mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 14:30:50 +02:00
bump deps
This commit is contained in:
parent
d64c3a9b11
commit
58d7aab42f
3 changed files with 1048 additions and 1020 deletions
1999
next-ui/package-lock.json
generated
1999
next-ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -25,13 +25,14 @@
|
|||
"i18n:verify": "formatjs verify --missing-keys --source-locale=en \"i18n/*.json\"",
|
||||
"storybook:dev": "storybook dev -p 6006",
|
||||
"storybook:build": "storybook build",
|
||||
"chromatic": "chromatic"
|
||||
"chromatic": "chromatic",
|
||||
"chromatic:force-rebuild": "chromatic --force-rebuild"
|
||||
},
|
||||
"dependencies": {
|
||||
"@formatjs/intl-localematcher": "^0.6.2",
|
||||
"@pinia/colada": "^0.18.0",
|
||||
"@formatjs/intl-localematcher": "^0.7.4",
|
||||
"@pinia/colada": "^0.20.0",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.4",
|
||||
"@pinia/colada-plugin-delay": "^0.1.1",
|
||||
"@pinia/colada-plugin-delay": "^0.1.4",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"core-js": "^3.47.0",
|
||||
"filesize": "^11.0.13",
|
||||
|
|
@ -39,62 +40,62 @@
|
|||
"openapi-fetch": "^0.15.0",
|
||||
"pinia": "^3.0.4",
|
||||
"pinia-plugin-persistedstate": "^4.7.1",
|
||||
"vue": "^3.5.25",
|
||||
"vue-intl": "^6.5.27",
|
||||
"vue": "^3.5.26",
|
||||
"vue-intl": "^7.0.8",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vuetify": "^3.11.2"
|
||||
"vuetify": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^4.1.3",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@formatjs/cli": "^6.7.4",
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@formatjs/cli": "^6.9.0",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@pinia/colada-devtools": "^0.1.9",
|
||||
"@storybook/addon-a11y": "^10.1.3",
|
||||
"@storybook/addon-docs": "^10.1.3",
|
||||
"@storybook/addon-themes": "^10.1.3",
|
||||
"@storybook/addon-vitest": "^10.1.3",
|
||||
"@storybook/vue3-vite": "^10.1.3",
|
||||
"@pinia/colada-devtools": "^0.4.0",
|
||||
"@storybook/addon-a11y": "^10.1.11",
|
||||
"@storybook/addon-docs": "^10.1.11",
|
||||
"@storybook/addon-themes": "^10.1.11",
|
||||
"@storybook/addon-vitest": "^10.1.11",
|
||||
"@storybook/vue3-vite": "^10.1.11",
|
||||
"@testing-library/vue": "^8.1.0",
|
||||
"@tsconfig/node22": "^22.0.5",
|
||||
"@types/node": "^24.10.1",
|
||||
"@unocss/preset-icons": "^66.5.10",
|
||||
"@vitejs/plugin-vue": "^6.0.2",
|
||||
"@vitest/browser-playwright": "^4.0.15",
|
||||
"@vitest/coverage-v8": "^4.0.15",
|
||||
"@types/node": "^25.0.3",
|
||||
"@unocss/preset-icons": "^66.5.12",
|
||||
"@vitejs/plugin-vue": "^6.0.3",
|
||||
"@vitest/browser-playwright": "^4.0.16",
|
||||
"@vitest/coverage-v8": "^4.0.16",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.6.0",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"chromatic": "^13.3.4",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-formatjs": "^5.4.2",
|
||||
"eslint-plugin-storybook": "^10.1.3",
|
||||
"eslint-plugin-formatjs": "^6.0.9",
|
||||
"eslint-plugin-storybook": "^10.1.11",
|
||||
"eslint-plugin-vue": "^10.6.2",
|
||||
"happy-dom": "^20.0.11",
|
||||
"msw": "^2.12.3",
|
||||
"msw": "^2.12.7",
|
||||
"msw-storybook-addon": "^2.0.6",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"openapi-msw": "^2.0.0",
|
||||
"openapi-typescript": "^7.10.1",
|
||||
"playwright": "^1.57.0",
|
||||
"prettier": "^3.7.4",
|
||||
"sass": "^1.94.2",
|
||||
"sass-embedded": "^1.93.3",
|
||||
"storybook": "^10.1.3",
|
||||
"sass": "^1.97.1",
|
||||
"sass-embedded": "^1.97.1",
|
||||
"storybook": "^10.1.11",
|
||||
"typescript": "^5.9.3",
|
||||
"unocss": "^66.5.10",
|
||||
"unocss": "^66.5.12",
|
||||
"unplugin-auto-import": "^20.3.0",
|
||||
"unplugin-fonts": "^1.4.0",
|
||||
"unplugin-vue-components": "^30.0.0",
|
||||
"unplugin-vue-router": "^0.18.0",
|
||||
"vite": "^7.2.6",
|
||||
"unplugin-vue-router": "^0.19.2",
|
||||
"vite": "^7.3.0",
|
||||
"vite-plugin-dir2json": "^1.3.0",
|
||||
"vite-plugin-vue-layouts-next": "^1.3.0",
|
||||
"vite-plugin-vuetify": "^2.1.2",
|
||||
"vitest": "^4.0.15",
|
||||
"vue-router": "^4.6.3",
|
||||
"vue-tsc": "^3.1.5"
|
||||
"vitest": "^4.0.16",
|
||||
"vue-router": "^4.6.4",
|
||||
"vue-tsc": "^3.2.1"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* - Please do NOT modify this file.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.12.3'
|
||||
const PACKAGE_VERSION = '2.12.7'
|
||||
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
|
|
|||
Loading…
Reference in a new issue