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
f3e5ff1bb0
commit
7769811ed6
2 changed files with 10 additions and 10 deletions
16
next-ui/package-lock.json
generated
16
next-ui/package-lock.json
generated
|
|
@ -9,7 +9,7 @@
|
|||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@formatjs/intl-localematcher": "^0.8.3",
|
||||
"@pinia/colada": "^1.1.0",
|
||||
"@pinia/colada": "^1.2.1",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.6",
|
||||
"@pinia/colada-plugin-delay": "^0.2.1",
|
||||
"@vueuse/components": "^14.2.1",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"@eslint/js": "^10.0.1",
|
||||
"@formatjs/cli": "^6.14.2",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@pinia/colada-devtools": "^0.4.5",
|
||||
"@pinia/colada-devtools": "^1.0.0",
|
||||
"@storybook/addon-a11y": "^10.3.5",
|
||||
"@storybook/addon-docs": "^10.3.5",
|
||||
"@storybook/addon-themes": "^10.3.5",
|
||||
|
|
@ -2182,9 +2182,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@pinia/colada": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada/-/colada-1.1.0.tgz",
|
||||
"integrity": "sha512-GoTOlaDuQuF+9Lj5MbY2oOOZeJSP/I0U9/+Ugo5nfCymlWSyjFFjE7QcHageNL7tQr+tfepb13ks8+qO6uSV/A==",
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada/-/colada-1.2.1.tgz",
|
||||
"integrity": "sha512-bld1LhCtct0TdYYyy8tEHFEeW0AZGRfdCMOLwdTD/Usqg7aGvDLj+GKsl9QcK4ZrFAL2HulbhLEHTy9ESZs12Q==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/posva"
|
||||
|
|
@ -2195,9 +2195,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@pinia/colada-devtools": {
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada-devtools/-/colada-devtools-0.4.5.tgz",
|
||||
"integrity": "sha512-YSUa5nVmtbcQG+to7qysixNcB49bxEMUo+VvkU9YFrUNFPhPVUl+tMx3Xx79J024MEV46nQkyf1+hpQ4kwSsyg==",
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada-devtools/-/colada-devtools-1.0.0.tgz",
|
||||
"integrity": "sha512-DS23RyFqQ+Gy2B4Wu5GjRLEeCRKZCnP0txjFxN04CMyt6quYudCdq4JnFByT6Km2aNd/TjjENFdfJK/gd8A+Sg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@formatjs/intl-localematcher": "^0.8.3",
|
||||
"@pinia/colada": "^1.1.0",
|
||||
"@pinia/colada": "^1.2.1",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.2.6",
|
||||
"@pinia/colada-plugin-delay": "^0.2.1",
|
||||
"@vueuse/components": "^14.2.1",
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"@eslint/js": "^10.0.1",
|
||||
"@formatjs/cli": "^6.14.2",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@pinia/colada-devtools": "^0.4.5",
|
||||
"@pinia/colada-devtools": "^1.0.0",
|
||||
"@storybook/addon-a11y": "^10.3.5",
|
||||
"@storybook/addon-docs": "^10.3.5",
|
||||
"@storybook/addon-themes": "^10.3.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue