mirror of https://github.com/go-gitea/gitea.git
Update JS deps (#34701)
Result of `make update-js`. Fixes https://github.com/go-gitea/gitea/security/dependabot/114.pull/34699/head^2
parent
d5893ee260
commit
8d135ef5cf
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
@ -36,16 +36,16 @@
|
|||
"license-checker-webpack-plugin": "0.2.1",
|
||||
"mermaid": "11.6.0",
|
||||
"mini-css-extract-plugin": "2.9.2",
|
||||
"minimatch": "10.0.1",
|
||||
"minimatch": "10.0.2",
|
||||
"monaco-editor": "0.52.2",
|
||||
"monaco-editor-webpack-plugin": "7.1.0",
|
||||
"pdfobject": "2.3.1",
|
||||
"perfect-debounce": "1.0.0",
|
||||
"postcss": "8.5.4",
|
||||
"postcss": "8.5.5",
|
||||
"postcss-loader": "8.1.1",
|
||||
"postcss-nesting": "13.0.1",
|
||||
"postcss-nesting": "13.0.2",
|
||||
"sortablejs": "1.15.6",
|
||||
"swagger-ui-dist": "5.24.0",
|
||||
"swagger-ui-dist": "5.24.1",
|
||||
"tailwindcss": "3.4.17",
|
||||
"throttle-debounce": "5.0.2",
|
||||
"tinycolor2": "1.6.0",
|
||||
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
||||
"@playwright/test": "1.52.0",
|
||||
"@playwright/test": "1.53.0",
|
||||
"@stoplight/spectral-cli": "6.15.0",
|
||||
"@stylistic/eslint-plugin-js": "3.1.0",
|
||||
"@stylistic/stylelint-plugin": "3.1.2",
|
||||
|
@ -79,25 +79,25 @@
|
|||
"@types/throttle-debounce": "5.0.2",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/toastify-js": "1.12.4",
|
||||
"@typescript-eslint/eslint-plugin": "8.33.1",
|
||||
"@typescript-eslint/parser": "8.33.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.34.0",
|
||||
"@typescript-eslint/parser": "8.34.0",
|
||||
"@vitejs/plugin-vue": "5.2.4",
|
||||
"@vitest/eslint-plugin": "1.2.1",
|
||||
"@vitest/eslint-plugin": "1.2.2",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-import-resolver-typescript": "4.4.3",
|
||||
"eslint-plugin-array-func": "4.0.0",
|
||||
"eslint-plugin-github": "5.0.2",
|
||||
"eslint-plugin-import-x": "4.15.1",
|
||||
"eslint-plugin-import-x": "4.15.2",
|
||||
"eslint-plugin-no-jquery": "3.1.1",
|
||||
"eslint-plugin-no-use-extend-native": "0.5.0",
|
||||
"eslint-plugin-playwright": "2.2.0",
|
||||
"eslint-plugin-regexp": "2.8.0",
|
||||
"eslint-plugin-regexp": "2.9.0",
|
||||
"eslint-plugin-sonarjs": "3.0.2",
|
||||
"eslint-plugin-unicorn": "56.0.1",
|
||||
"eslint-plugin-vue": "10.2.0",
|
||||
"eslint-plugin-vue-scoped-css": "2.10.0",
|
||||
"eslint-plugin-wc": "3.0.1",
|
||||
"happy-dom": "17.6.3",
|
||||
"happy-dom": "18.0.1",
|
||||
"markdownlint-cli": "0.45.0",
|
||||
"material-icon-theme": "5.23.0",
|
||||
"nolyfill": "1.0.44",
|
||||
|
@ -112,7 +112,7 @@
|
|||
"type-fest": "4.41.0",
|
||||
"updates": "16.4.2",
|
||||
"vite-string-plugin": "1.4.4",
|
||||
"vitest": "3.2.2",
|
||||
"vitest": "3.2.3",
|
||||
"vue-tsc": "2.2.10"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Loading…
Reference in New Issue