mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-07 07:16:09 +00:00
fix(deps): update npm dependencies
This commit is contained in:
+15
-15
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@11.9.0",
|
"packageManager": "pnpm@11.10.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 22.18.0",
|
"node": ">= 22.18.0",
|
||||||
"pnpm": ">= 11.0.0"
|
"pnpm": ">= 11.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@citation-js/core": "0.7.21",
|
"@citation-js/core": "0.8.1",
|
||||||
"@citation-js/plugin-bibtex": "0.7.21",
|
"@citation-js/plugin-bibtex": "0.8.1",
|
||||||
"@citation-js/plugin-csl": "0.7.22",
|
"@citation-js/plugin-csl": "0.8.1",
|
||||||
"@citation-js/plugin-software-formats": "0.6.2",
|
"@citation-js/plugin-software-formats": "0.6.2",
|
||||||
"@codemirror/autocomplete": "6.20.3",
|
"@codemirror/autocomplete": "6.20.3",
|
||||||
"@codemirror/commands": "6.10.4",
|
"@codemirror/commands": "6.10.4",
|
||||||
@@ -19,8 +19,8 @@
|
|||||||
"@codemirror/legacy-modes": "6.5.3",
|
"@codemirror/legacy-modes": "6.5.3",
|
||||||
"@codemirror/lint": "6.9.7",
|
"@codemirror/lint": "6.9.7",
|
||||||
"@codemirror/search": "6.7.1",
|
"@codemirror/search": "6.7.1",
|
||||||
"@codemirror/state": "6.7.0",
|
"@codemirror/state": "6.7.1",
|
||||||
"@codemirror/view": "6.43.4",
|
"@codemirror/view": "6.43.6",
|
||||||
"@deltablot/dropzone": "7.4.3",
|
"@deltablot/dropzone": "7.4.3",
|
||||||
"@github/markdown-toolbar-element": "2.2.3",
|
"@github/markdown-toolbar-element": "2.2.3",
|
||||||
"@github/paste-markdown": "1.5.3",
|
"@github/paste-markdown": "1.5.3",
|
||||||
@@ -67,10 +67,10 @@
|
|||||||
"tributejs": "5.1.3",
|
"tributejs": "5.1.3",
|
||||||
"uint8-to-base64": "0.2.1",
|
"uint8-to-base64": "0.2.1",
|
||||||
"vanilla-colorful": "0.7.2",
|
"vanilla-colorful": "0.7.2",
|
||||||
"vite": "8.1.3",
|
"vite": "8.1.4",
|
||||||
"vite-string-plugin": "2.0.5",
|
"vite-string-plugin": "2.0.5",
|
||||||
"vue": "3.5.39",
|
"vue": "3.5.39",
|
||||||
"vue-chartjs": "5.3.3"
|
"vue-chartjs": "5.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
|
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
|
||||||
@@ -81,19 +81,19 @@
|
|||||||
"@types/codemirror": "5.60.17",
|
"@types/codemirror": "5.60.17",
|
||||||
"@types/jquery": "4.0.1",
|
"@types/jquery": "4.0.1",
|
||||||
"@types/katex": "0.16.8",
|
"@types/katex": "0.16.8",
|
||||||
"@types/node": "26.1.0",
|
"@types/node": "26.1.1",
|
||||||
"@types/pdfobject": "2.2.5",
|
"@types/pdfobject": "2.2.5",
|
||||||
"@types/sortablejs": "1.15.9",
|
"@types/sortablejs": "1.15.9",
|
||||||
"@types/swagger-ui-dist": "3.30.6",
|
"@types/swagger-ui-dist": "3.30.6",
|
||||||
"@types/throttle-debounce": "5.0.2",
|
"@types/throttle-debounce": "5.0.2",
|
||||||
"@types/toastify-js": "1.12.4",
|
"@types/toastify-js": "1.12.4",
|
||||||
"@typescript-eslint/parser": "8.62.1",
|
"@typescript-eslint/parser": "8.63.0",
|
||||||
"@vitejs/plugin-vue": "6.0.7",
|
"@vitejs/plugin-vue": "6.0.7",
|
||||||
"@vitest/eslint-plugin": "1.6.20",
|
"@vitest/eslint-plugin": "1.6.22",
|
||||||
"eslint": "10.6.0",
|
"eslint": "10.6.0",
|
||||||
"eslint-import-resolver-typescript": "4.4.5",
|
"eslint-import-resolver-typescript": "4.4.5",
|
||||||
"eslint-plugin-import-x": "4.17.1",
|
"eslint-plugin-import-x": "4.17.1",
|
||||||
"eslint-plugin-playwright": "2.10.4",
|
"eslint-plugin-playwright": "2.10.5",
|
||||||
"eslint-plugin-regexp": "3.1.1",
|
"eslint-plugin-regexp": "3.1.1",
|
||||||
"eslint-plugin-sonarjs": "4.1.0",
|
"eslint-plugin-sonarjs": "4.1.0",
|
||||||
"eslint-plugin-unicorn": "70.0.0",
|
"eslint-plugin-unicorn": "70.0.0",
|
||||||
@@ -114,9 +114,9 @@
|
|||||||
"stylelint-value-no-unknown-custom-properties": "6.1.1",
|
"stylelint-value-no-unknown-custom-properties": "6.1.1",
|
||||||
"svgo": "4.0.1",
|
"svgo": "4.0.1",
|
||||||
"typescript": "6.0.3",
|
"typescript": "6.0.3",
|
||||||
"typescript-eslint": "8.62.1",
|
"typescript-eslint": "8.63.0",
|
||||||
"updates": "17.18.2",
|
"updates": "17.18.2",
|
||||||
"vitest": "4.1.9",
|
"vitest": "4.1.10",
|
||||||
"vue-tsc": "3.3.6"
|
"vue-tsc": "3.3.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+407
-423
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user