mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 07:38:35 +00:00
Update JS dependencies (#27922)
- Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved error, see https://github.com/mCaptcha/glue/issues/65) - Migrate deprecated eslint rules to `@stylistic/eslint-plugin-js` - Enable and autofix `@stylistic/js/no-multiple-empty-lines` - Regenerate poetry.lock with latest poetry - Tested Mermaid, Swagger, Citation, Vue
This commit is contained in:
39
package.json
39
package.json
@@ -5,8 +5,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@citation-js/core": "0.7.1",
|
||||
"@citation-js/plugin-bibtex": "0.7.1",
|
||||
"@citation-js/plugin-csl": "0.7.1",
|
||||
"@citation-js/plugin-bibtex": "0.7.2",
|
||||
"@citation-js/plugin-csl": "0.7.2",
|
||||
"@citation-js/plugin-software-formats": "0.6.1",
|
||||
"@claviska/jquery-minicolors": "2.3.6",
|
||||
"@github/markdown-toolbar-element": "2.2.1",
|
||||
@@ -17,7 +17,7 @@
|
||||
"@webcomponents/custom-elements": "1.6.0",
|
||||
"add-asset-webpack-plugin": "2.0.1",
|
||||
"ansi_up": "6.0.2",
|
||||
"asciinema-player": "3.6.2",
|
||||
"asciinema-player": "3.6.3",
|
||||
"clippie": "4.0.6",
|
||||
"css-loader": "6.8.1",
|
||||
"dropzone": "6.0.0-beta.2",
|
||||
@@ -29,7 +29,7 @@
|
||||
"katex": "0.16.9",
|
||||
"license-checker-webpack-plugin": "0.2.1",
|
||||
"lightningcss-loader": "2.1.0",
|
||||
"mermaid": "10.5.0",
|
||||
"mermaid": "10.6.0",
|
||||
"mini-css-extract-plugin": "2.7.6",
|
||||
"minimatch": "9.0.3",
|
||||
"monaco-editor": "0.44.0",
|
||||
@@ -37,49 +37,50 @@
|
||||
"pdfobject": "2.2.12",
|
||||
"pretty-ms": "8.0.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"swagger-ui-dist": "5.9.0",
|
||||
"swagger-ui-dist": "5.9.1",
|
||||
"throttle-debounce": "5.0.0",
|
||||
"tinycolor2": "1.6.0",
|
||||
"tippy.js": "6.3.7",
|
||||
"toastify-js": "1.12.0",
|
||||
"tributejs": "5.1.3",
|
||||
"uint8-to-base64": "0.2.0",
|
||||
"vue": "3.3.4",
|
||||
"vue": "3.3.7",
|
||||
"vue-bar-graph": "2.0.0",
|
||||
"vue-loader": "17.3.0",
|
||||
"vue-loader": "17.3.1",
|
||||
"vue3-calendar-heatmap": "2.0.5",
|
||||
"webpack": "5.88.2",
|
||||
"webpack": "5.89.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"wrap-ansi": "8.1.0"
|
||||
"wrap-ansi": "9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
|
||||
"@playwright/test": "1.38.1",
|
||||
"@playwright/test": "1.39.0",
|
||||
"@stoplight/spectral-cli": "6.11.0",
|
||||
"@stylistic/eslint-plugin-js": "1.0.0",
|
||||
"@vitejs/plugin-vue": "4.4.0",
|
||||
"eslint": "8.51.0",
|
||||
"eslint": "8.53.0",
|
||||
"eslint-plugin-array-func": "4.0.0",
|
||||
"eslint-plugin-i": "2.28.1",
|
||||
"eslint-plugin-i": "2.29.0",
|
||||
"eslint-plugin-jquery": "1.5.1",
|
||||
"eslint-plugin-no-jquery": "2.7.0",
|
||||
"eslint-plugin-no-use-extend-native": "0.5.0",
|
||||
"eslint-plugin-regexp": "2.0.0",
|
||||
"eslint-plugin-sonarjs": "0.21.0",
|
||||
"eslint-plugin-unicorn": "48.0.1",
|
||||
"eslint-plugin-vitest": "0.3.2",
|
||||
"eslint-plugin-regexp": "2.1.1",
|
||||
"eslint-plugin-sonarjs": "0.23.0",
|
||||
"eslint-plugin-unicorn": "49.0.0",
|
||||
"eslint-plugin-vitest": "0.3.9",
|
||||
"eslint-plugin-vitest-globals": "1.4.0",
|
||||
"eslint-plugin-vue": "9.17.0",
|
||||
"eslint-plugin-vue": "9.18.1",
|
||||
"eslint-plugin-vue-scoped-css": "2.5.1",
|
||||
"eslint-plugin-wc": "2.0.4",
|
||||
"jsdom": "22.1.0",
|
||||
"markdownlint-cli": "0.37.0",
|
||||
"postcss-html": "1.5.0",
|
||||
"stylelint": "15.10.3",
|
||||
"stylelint": "15.11.0",
|
||||
"stylelint-declaration-block-no-ignored-properties": "2.7.0",
|
||||
"stylelint-declaration-strict-value": "1.9.2",
|
||||
"stylelint-stylistic": "0.4.3",
|
||||
"svgo": "3.0.2",
|
||||
"updates": "15.0.2",
|
||||
"updates": "15.0.4",
|
||||
"vite-string-plugin": "1.1.2",
|
||||
"vitest": "0.34.6"
|
||||
},
|
||||
|
Reference in New Issue
Block a user