mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
bump deps
This commit is contained in:
parent
d57fbb3f0d
commit
d82d9e68ad
2 changed files with 429 additions and 393 deletions
784
next-ui/package-lock.json
generated
784
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -29,25 +29,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@formatjs/intl-localematcher": "^0.6.1",
|
||||
"@pinia/colada": "^0.17.5",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.2",
|
||||
"@pinia/colada": "^0.17.6",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.3",
|
||||
"@pinia/colada-plugin-delay": "^0.1.0",
|
||||
"@vueuse/core": "^13.9.0",
|
||||
"core-js": "^3.45.1",
|
||||
"marked": "^16.3.0",
|
||||
"openapi-fetch": "^0.14.0",
|
||||
"openapi-fetch": "^0.14.1",
|
||||
"pinia": "^3.0.3",
|
||||
"pinia-plugin-persistedstate": "^4.5.0",
|
||||
"vue": "^3.5.21",
|
||||
"vue": "^3.5.22",
|
||||
"vue-intl": "^6.5.25",
|
||||
"vuetify": "^3.10.2"
|
||||
"vuetify": "^3.10.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^4.1.1",
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@formatjs/cli": "^6.7.2",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@pinia/colada-devtools": "^0.1.6",
|
||||
"@pinia/colada-devtools": "^0.1.7",
|
||||
"@storybook/addon-a11y": "^9.1.10",
|
||||
"@storybook/addon-docs": "^9.1.10",
|
||||
"@storybook/addon-themes": "^9.1.10",
|
||||
|
|
@ -55,44 +55,44 @@
|
|||
"@storybook/vue3-vite": "^9.1.10",
|
||||
"@testing-library/vue": "^8.1.0",
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/node": "^24.5.2",
|
||||
"@unocss/preset-icons": "^66.5.1",
|
||||
"@types/node": "^24.6.2",
|
||||
"@unocss/preset-icons": "^66.5.2",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitest/browser": "^3.2.4",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"chromatic": "^13.2.0",
|
||||
"chromatic": "^13.3.0",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-formatjs": "^5.4.0",
|
||||
"eslint-plugin-storybook": "^9.1.10",
|
||||
"eslint-plugin-vue": "^10.4.0",
|
||||
"happy-dom": "^18.0.1",
|
||||
"eslint-plugin-vue": "^10.5.0",
|
||||
"happy-dom": "^19.0.2",
|
||||
"msw": "^2.11.3",
|
||||
"msw-storybook-addon": "^2.0.5",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"openapi-msw": "^2.0.0",
|
||||
"openapi-typescript": "^7.9.1",
|
||||
"playwright": "^1.55.0",
|
||||
"playwright": "^1.55.1",
|
||||
"prettier": "^3.6.2",
|
||||
"sass": "^1.93.0",
|
||||
"sass-embedded": "^1.93.0",
|
||||
"sass": "^1.93.2",
|
||||
"sass-embedded": "^1.93.2",
|
||||
"storybook": "^9.1.10",
|
||||
"typescript": "^5.9.2",
|
||||
"unocss": "^66.5.1",
|
||||
"unplugin-auto-import": "^20.1.0",
|
||||
"typescript": "^5.9.3",
|
||||
"unocss": "^66.5.2",
|
||||
"unplugin-auto-import": "^20.2.0",
|
||||
"unplugin-fonts": "^1.4.0",
|
||||
"unplugin-vue-components": "^29.1.0",
|
||||
"unplugin-vue-router": "^0.15.0",
|
||||
"vite": "^7.1.6",
|
||||
"vite": "^7.1.9",
|
||||
"vite-plugin-dir2json": "^1.3.0",
|
||||
"vite-plugin-vue-layouts-next": "^1.0.0",
|
||||
"vite-plugin-vuetify": "^2.1.2",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^3.0.7"
|
||||
"vue-tsc": "^3.1.0"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue