mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-11 00:10:38 -05:00
chore(deps): update dependencies (#39256)
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
32
package.json
32
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@11.24.0",
|
||||
"packageManager": "pnpm@12.2.1",
|
||||
"engines": {
|
||||
"node": ">= 22.18.0",
|
||||
"pnpm": ">= 11.0.0"
|
||||
@@ -16,11 +16,11 @@
|
||||
"@codemirror/lang-markdown": "6.5.2",
|
||||
"@codemirror/language": "6.12.4",
|
||||
"@codemirror/language-data": "6.5.2",
|
||||
"@codemirror/legacy-modes": "6.5.3",
|
||||
"@codemirror/legacy-modes": "6.5.4",
|
||||
"@codemirror/lint": "6.9.7",
|
||||
"@codemirror/search": "6.7.1",
|
||||
"@codemirror/state": "6.7.1",
|
||||
"@codemirror/view": "6.43.9",
|
||||
"@codemirror/search": "6.7.2",
|
||||
"@codemirror/state": "6.7.2",
|
||||
"@codemirror/view": "6.43.10",
|
||||
"@deltablot/dropzone": "7.4.4",
|
||||
"@github/markdown-toolbar-element": "2.2.3",
|
||||
"@github/paste-markdown": "1.5.3",
|
||||
@@ -49,8 +49,8 @@
|
||||
"idiomorph": "0.7.4",
|
||||
"is-network-error": "1.3.2",
|
||||
"jquery": "4.0.0",
|
||||
"js-yaml": "5.4.0",
|
||||
"katex": "0.18.4",
|
||||
"js-yaml": "5.4.1",
|
||||
"katex": "0.18.5",
|
||||
"mermaid": "11.17.2",
|
||||
"online-3d-viewer": "0.18.0",
|
||||
"pdfobject": "2.3.1",
|
||||
@@ -65,23 +65,23 @@
|
||||
"vanilla-colorful": "0.7.2",
|
||||
"vite": "8.2.2",
|
||||
"vite-string-plugin": "2.0.5",
|
||||
"vue": "3.5.41"
|
||||
"vue": "3.5.42"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
|
||||
"@eslint/json": "2.0.1",
|
||||
"@eslint/json": "2.1.0",
|
||||
"@playwright/test": "1.62.1",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@stylistic/stylelint-plugin": "5.3.0",
|
||||
"@types/codemirror": "5.60.18",
|
||||
"@types/jquery": "4.0.1",
|
||||
"@types/katex": "0.16.8",
|
||||
"@types/node": "26.3.0",
|
||||
"@types/node": "26.4.1",
|
||||
"@types/pdfobject": "2.2.5",
|
||||
"@types/sortablejs": "1.15.9",
|
||||
"@types/swagger-ui-dist": "3.30.6",
|
||||
"@types/toastify-js": "1.12.4",
|
||||
"@typescript-eslint/parser": "8.68.0",
|
||||
"@typescript-eslint/parser": "8.69.0",
|
||||
"@vitejs/plugin-vue": "6.0.8",
|
||||
"@vitest/browser-playwright": "4.1.11",
|
||||
"@vitest/eslint-plugin": "1.6.27",
|
||||
@@ -90,17 +90,17 @@
|
||||
"eslint-plugin-import-x": "4.17.1",
|
||||
"eslint-plugin-playwright": "2.11.0",
|
||||
"eslint-plugin-regexp": "3.2.0",
|
||||
"eslint-plugin-unicorn": "73.0.0",
|
||||
"eslint-plugin-unicorn": "74.0.0",
|
||||
"eslint-plugin-vue": "10.10.0",
|
||||
"eslint-plugin-vue-scoped-css": "3.1.3",
|
||||
"eslint-plugin-wc": "3.1.0",
|
||||
"globals": "17.11.0",
|
||||
"globals": "17.12.0",
|
||||
"jiti": "2.7.0",
|
||||
"linguist-languages": "9.4.0",
|
||||
"linguist-languages": "9.5.0",
|
||||
"markdownlint-cli": "0.49.1",
|
||||
"material-icon-theme": "5.38.1",
|
||||
"postcss-html": "2.0.0",
|
||||
"spectral-cli-bundle": "1.0.11",
|
||||
"spectral-cli-bundle": "1.0.12",
|
||||
"stylelint": "17.14.1",
|
||||
"stylelint-config-recommended": "18.0.0",
|
||||
"stylelint-declaration-block-no-ignored-properties": "3.0.0",
|
||||
@@ -108,7 +108,7 @@
|
||||
"stylelint-value-no-unknown-custom-properties": "6.1.1",
|
||||
"svgo": "4.1.0",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "8.68.0",
|
||||
"typescript-eslint": "8.69.0",
|
||||
"vitest": "4.1.11",
|
||||
"vue-tsc": "3.3.11"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user