mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
bump deps
This commit is contained in:
parent
2bc1d4b39f
commit
84d25f1cb1
2 changed files with 587 additions and 1200 deletions
1761
next-ui/package-lock.json
generated
1761
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -13,38 +13,38 @@
|
|||
"openapi-generate": "npx tsx ./openapi-generator.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinia/colada": "^0.16.0",
|
||||
"@pinia/colada": "^0.16.1",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.1.0",
|
||||
"@vueuse/core": "^13.1.0",
|
||||
"@vueuse/core": "^13.2.0",
|
||||
"core-js": "^3.37.1",
|
||||
"marked": "^15.0.11",
|
||||
"marked": "^15.0.12",
|
||||
"openapi-fetch": "^0.14.0",
|
||||
"pinia-plugin-persistedstate": "^4.3.0",
|
||||
"vue": "^3.4.31",
|
||||
"vuetify": "^3.6.14"
|
||||
"vue": "^3.5.14",
|
||||
"vuetify": "^3.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@mdi/font": "7.4.47",
|
||||
"@tsconfig/node22": "^22.0.0",
|
||||
"@types/node": "^22.9.0",
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
"@types/node": "^22.15.21",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/eslint-config-typescript": "^14.1.3",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"eslint": "^9.14.0",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint-plugin-vue": "^10.1.0",
|
||||
"npm-run-all2": "^8.0.1",
|
||||
"npm-run-all2": "^8.0.3",
|
||||
"openapi-typescript": "^7.8.0",
|
||||
"pinia": "^3.0.2",
|
||||
"sass": "1.77.8",
|
||||
"sass-embedded": "^1.77.8",
|
||||
"sass": "^1.89.0",
|
||||
"sass-embedded": "^1.89.0",
|
||||
"typescript": "^5.8.3",
|
||||
"unplugin-auto-import": "^19.2.0",
|
||||
"unplugin-fonts": "^1.1.1",
|
||||
"unplugin-vue-components": "^28.5.0",
|
||||
"unplugin-vue-router": "^0.12.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-vue-layouts-next": "^0.1.1",
|
||||
"vite-plugin-vue-layouts-next": "^0.1.2",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^2.1.10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue