mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 09:31:19 +02:00
Update JS dependencies, misc tweaks (#25768)
- Update all JS dependencies minus stylelint because of https://github.com/elirasza/stylelint-stylistic/issues/12 - Misc tweaks to eslint and stylelint configs - Tested Monaco and Mermaid
This commit is contained in:
16
package.json
16
package.json
@@ -24,16 +24,16 @@
|
||||
"easymde": "2.18.0",
|
||||
"esbuild-loader": "3.0.1",
|
||||
"escape-goat": "4.0.0",
|
||||
"fast-glob": "3.2.12",
|
||||
"fast-glob": "3.3.0",
|
||||
"jquery": "3.7.0",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"katex": "0.16.8",
|
||||
"license-checker-webpack-plugin": "0.2.1",
|
||||
"lightningcss-loader": "2.1.0",
|
||||
"mermaid": "10.2.3",
|
||||
"mermaid": "10.2.4",
|
||||
"mini-css-extract-plugin": "2.7.6",
|
||||
"minimatch": "9.0.2",
|
||||
"monaco-editor": "0.39.0",
|
||||
"minimatch": "9.0.3",
|
||||
"monaco-editor": "0.40.0",
|
||||
"monaco-editor-webpack-plugin": "7.0.1",
|
||||
"pdfobject": "2.2.12",
|
||||
"pretty-ms": "8.0.0",
|
||||
@@ -48,7 +48,7 @@
|
||||
"vue-bar-graph": "2.0.0",
|
||||
"vue-loader": "17.2.2",
|
||||
"vue3-calendar-heatmap": "2.0.5",
|
||||
"webpack": "5.88.0",
|
||||
"webpack": "5.88.1",
|
||||
"webpack-cli": "5.1.4",
|
||||
"wrap-ansi": "8.1.0"
|
||||
},
|
||||
@@ -57,7 +57,7 @@
|
||||
"@playwright/test": "1.35.1",
|
||||
"@stoplight/spectral-cli": "6.8.0",
|
||||
"@vitejs/plugin-vue": "4.2.3",
|
||||
"eslint": "8.43.0",
|
||||
"eslint": "8.44.0",
|
||||
"eslint-plugin-array-func": "3.1.8",
|
||||
"eslint-plugin-custom-elements": "0.0.8",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
@@ -77,9 +77,9 @@
|
||||
"stylelint-declaration-strict-value": "1.9.2",
|
||||
"stylelint-stylistic": "0.4.2",
|
||||
"svgo": "3.0.2",
|
||||
"updates": "14.2.8",
|
||||
"updates": "14.3.2",
|
||||
"vite-string-plugin": "1.1.0",
|
||||
"vitest": "0.32.2"
|
||||
"vitest": "0.33.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
|
Reference in New Issue
Block a user