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
491e4437ba
commit
32cbc3a058
2 changed files with 349 additions and 525 deletions
858
next-ui/package-lock.json
generated
858
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -33,8 +33,8 @@
|
|||
"@pinia/colada": "^0.21.2",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.4",
|
||||
"@pinia/colada-plugin-delay": "^0.1.4",
|
||||
"@vueuse/components": "^14.1.0",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"@vueuse/components": "^14.2.1",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/router": "^14.2.1",
|
||||
"core-js": "^3.48.0",
|
||||
"filesize": "^11.0.13",
|
||||
|
|
@ -44,14 +44,14 @@
|
|||
"pinia-plugin-persistedstate": "^4.7.1",
|
||||
"valibot": "^1.2.0",
|
||||
"vue": "^3.5.27",
|
||||
"vue-intl": "^7.1.1",
|
||||
"vue-intl": "^7.1.3",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vuetify": "^3.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^5.0.1",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@formatjs/cli": "^6.12.0",
|
||||
"@formatjs/cli": "^6.13.0",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@pinia/colada-devtools": "^0.4.2",
|
||||
"@storybook/addon-a11y": "^10.2.16",
|
||||
|
|
@ -67,15 +67,15 @@
|
|||
"@vitest/browser-playwright": "^4.0.18",
|
||||
"@vitest/coverage-v8": "^4.0.18",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/eslint-config-typescript": "^14.7.0",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"chromatic": "^13.3.5",
|
||||
"chromatic": "^15.2.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-formatjs": "^6.1.1",
|
||||
"eslint-plugin-storybook": "^10.2.16",
|
||||
"eslint-plugin-vue": "^10.7.0",
|
||||
"happy-dom": "^20.3.9",
|
||||
"happy-dom": "^20.8.3",
|
||||
"msw": "^2.12.7",
|
||||
"msw-storybook-addon": "^2.0.6",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
"vite-plugin-vuetify": "^2.1.3",
|
||||
"vitest": "^4.0.18",
|
||||
"vue-router": "^5.0.3",
|
||||
"vue-tsc": "^3.2.4"
|
||||
"vue-tsc": "^3.2.5"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue