mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
bump deps
This commit is contained in:
parent
60e7829f07
commit
b276833959
2 changed files with 11 additions and 11 deletions
18
next-ui/package-lock.json
generated
18
next-ui/package-lock.json
generated
|
|
@ -8,8 +8,8 @@
|
|||
"name": "next-ui",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@pinia/colada": "^0.15.3",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.0.6",
|
||||
"@pinia/colada": "^0.16.0",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.1.0",
|
||||
"@vueuse/core": "^13.1.0",
|
||||
"core-js": "^3.37.1",
|
||||
"marked": "^15.0.11",
|
||||
|
|
@ -935,9 +935,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@pinia/colada": {
|
||||
"version": "0.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada/-/colada-0.15.3.tgz",
|
||||
"integrity": "sha512-nQrCW8zJ8zyIMPdqvCI1ye/z8C6YDhzlsoX7KfmMdXiHf23QfIwJ1KGNOBGDntG+nlTQ/j5hzE/Mq3zqSuMb4g==",
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada/-/colada-0.16.0.tgz",
|
||||
"integrity": "sha512-LlTVhEGRmYsYQceWLgLwdXEOGTRTcI++D8+HS3IEiKcUI+ySz7L3MGwNZpm2V3dknBxObDrc4GD6PeNjQU7vDg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@vue/devtools-api": "^7.7.2"
|
||||
|
|
@ -950,12 +950,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@pinia/colada-plugin-auto-refetch": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada-plugin-auto-refetch/-/colada-plugin-auto-refetch-0.0.6.tgz",
|
||||
"integrity": "sha512-cF1almDiFTEixC0KmuBqglZl+kE8by1pGp75mwcIDHzd4zRuYHTvQywTzRve98N9jM+4Za5+HwXKHHvMJGDI3Q==",
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@pinia/colada-plugin-auto-refetch/-/colada-plugin-auto-refetch-0.1.0.tgz",
|
||||
"integrity": "sha512-jHTYPAF+plb4dTYySvWYIrLKsxqrQlgiAisWcyh5EKTIl7Na2EfLTCT3kCXjB2DHFY3guBLkn1Y3ExAeJNpUDw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@pinia/colada": ">=0.15.0"
|
||||
"@pinia/colada": ">=0.16.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@redocly/ajv": {
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
"openapi-generate": "npx tsx ./openapi-generator.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinia/colada": "^0.15.3",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.0.6",
|
||||
"@pinia/colada": "^0.16.0",
|
||||
"@pinia/colada-plugin-auto-refetch": "^0.1.0",
|
||||
"@vueuse/core": "^13.1.0",
|
||||
"core-js": "^3.37.1",
|
||||
"marked": "^15.0.11",
|
||||
|
|
|
|||
Loading…
Reference in a new issue