mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 04:22:28 +02:00
bump deps
This commit is contained in:
parent
4a19557a4f
commit
c99f2a2bb4
2 changed files with 392 additions and 378 deletions
734
next-ui/package-lock.json
generated
734
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -27,20 +27,20 @@
|
|||
"dependencies": {
|
||||
"@pinia/colada": "^0.17.1",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.0",
|
||||
"@vueuse/core": "^13.3.0",
|
||||
"core-js": "^3.37.1",
|
||||
"@vueuse/core": "^13.4.0",
|
||||
"core-js": "^3.43.0",
|
||||
"marked": "^15.0.12",
|
||||
"openapi-fetch": "^0.14.0",
|
||||
"pinia": "^3.0.3",
|
||||
"pinia-plugin-persistedstate": "^4.3.0",
|
||||
"vue": "^3.5.16",
|
||||
"vue": "^3.5.17",
|
||||
"vue-intl": "^6.5.25",
|
||||
"vuetify": "^3.8.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^4.0.1",
|
||||
"@eslint/js": "^9.28.0",
|
||||
"@formatjs/cli": "^6.7.1",
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@formatjs/cli": "^6.7.2",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@mswjs/source": "^0.4.1",
|
||||
"@storybook/addon-a11y": "^9.0.13",
|
||||
|
|
@ -51,28 +51,28 @@
|
|||
"@storybook/vue3-vite": "^9.0.13",
|
||||
"@testing-library/vue": "^8.1.0",
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/node": "^22.15.29",
|
||||
"@types/node": "^24.0.4",
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"@vitest/browser": "^3.2.3",
|
||||
"@vitest/coverage-v8": "^3.2.3",
|
||||
"@vitest/browser": "^3.2.4",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.1.3",
|
||||
"@vue/eslint-config-typescript": "^14.5.1",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-formatjs": "^5.3.1",
|
||||
"eslint-plugin-formatjs": "^5.4.0",
|
||||
"eslint-plugin-storybook": "^9.0.13",
|
||||
"eslint-plugin-vue": "^10.1.0",
|
||||
"eslint-plugin-vue": "^10.2.0",
|
||||
"happy-dom": "^18.0.1",
|
||||
"msw": "^2.10.2",
|
||||
"msw-storybook-addon": "^2.0.5",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"openapi-msw": "^1.2.0",
|
||||
"openapi-typescript": "^7.8.0",
|
||||
"playwright": "^1.53.0",
|
||||
"prettier": "^3.5.3",
|
||||
"sass": "^1.88.0",
|
||||
"sass-embedded": "^1.88.0",
|
||||
"playwright": "^1.53.1",
|
||||
"prettier": "^3.6.0",
|
||||
"sass": "^1.89.2",
|
||||
"sass-embedded": "^1.89.2",
|
||||
"storybook": "^9.0.13",
|
||||
"typescript": "^5.8.3",
|
||||
"unplugin-auto-import": "^19.3.0",
|
||||
|
|
@ -82,9 +82,9 @@
|
|||
"unplugin-vue-router": "^0.12.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-dir2json": "^1.3.0",
|
||||
"vite-plugin-vue-layouts-next": "^0.1.3",
|
||||
"vite-plugin-vue-layouts-next": "^0.1.5",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vitest": "^3.2.3",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^2.1.10"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue