mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 12:43:39 +09:00
fix(deps): update npm dependencies (#38431)
This commit is contained in:
+12
-12
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"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"
|
||||||
@@ -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": "71.1.0",
|
"eslint-plugin-unicorn": "71.1.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
+326
-326
File diff suppressed because it is too large
Load Diff
@@ -39,6 +39,10 @@
|
|||||||
"matchPackageNames": ["tailwindcss"],
|
"matchPackageNames": ["tailwindcss"],
|
||||||
"allowedVersions": "^3", // need to migrate
|
"allowedVersions": "^3", // need to migrate
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["@citation-js/core", "@citation-js/plugin-bibtex", "@citation-js/plugin-csl"],
|
||||||
|
"allowedVersions": "<0.8", // https://github.com/citation-js/citation-js/pull/277
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["typescript"],
|
"matchPackageNames": ["typescript"],
|
||||||
"allowedVersions": "^6", // typescript-eslint is not yet compatible with typescript 7
|
"allowedVersions": "^6", // typescript-eslint is not yet compatible with typescript 7
|
||||||
|
|||||||
Reference in New Issue
Block a user