chore(deps): update dependency nuxt-component-meta to v0.13.0
This commit is contained in:
parent
b8144db9ac
commit
f3d1ac9fca
2 changed files with 98 additions and 38 deletions
|
@ -152,7 +152,7 @@
|
|||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"nuxt-component-meta": "0.12.1",
|
||||
"nuxt-component-meta": "0.13.0",
|
||||
"unstorage": "^1.16.1",
|
||||
"vitest": "3.2.4",
|
||||
"vue": "^3.5.4"
|
||||
|
|
134
pnpm-lock.yaml
generated
134
pnpm-lock.yaml
generated
|
@ -5,7 +5,7 @@ settings:
|
|||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
nuxt-component-meta: 0.12.1
|
||||
nuxt-component-meta: 0.13.0
|
||||
unstorage: ^1.16.1
|
||||
vitest: 3.2.4
|
||||
vue: ^3.5.4
|
||||
|
@ -2443,6 +2443,10 @@ packages:
|
|||
resolution: {integrity: sha512-JLno3ur7Pix2o/StxIMlEHRkMawA6h7uzjZBDgxdeKXRWTYY8ID9YekSkN4PBlEFGXBfCBOcPd5+YqcyBUAMkw==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
|
||||
'@nuxt/kit@4.0.1':
|
||||
resolution: {integrity: sha512-9vYpbuK3xcVhuDq+NyoLhbAolV/bEESaozFOMutl0jhrODcNWFrJ8wQSZIt9yxcFXUgXgUa2ms31qaUEpXrykw==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
|
||||
'@nuxt/schema@3.17.3':
|
||||
resolution: {integrity: sha512-z4hbeTtg8B2/2I8zqnCAQQ9JmIQA/BfFy/8cRkGKRIMNjOaTOdmAqMnNriSpyp9xfzWGpnvxPFgab/5uSjsAgA==}
|
||||
engines: {node: ^14.18.0 || >=16.10.0}
|
||||
|
@ -3814,8 +3818,8 @@ packages:
|
|||
'@volar/language-core@2.4.11':
|
||||
resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==}
|
||||
|
||||
'@volar/language-core@2.4.17':
|
||||
resolution: {integrity: sha512-chmRZMbKmcGpKMoO7Reb70uiLrzo0KWC2CkFttKUuKvrE+VYgi+fL9vWMJ07Fv5ulX0V1TAyyacN9q3nc5/ecA==}
|
||||
'@volar/language-core@2.4.20':
|
||||
resolution: {integrity: sha512-dRDF1G33xaAIDqR6+mXUIjXYdu9vzSxlMGfMEwBxQsfY/JMUEXSpLTR057oTKlUQ2nIvCmP9k94A8h8z2VrNSA==}
|
||||
|
||||
'@volar/source-map@1.4.1':
|
||||
resolution: {integrity: sha512-bZ46ad72dsbzuOWPUtJjBXkzSQzzSejuR3CT81+GvTEI2E994D8JPXzM3tl98zyCNnjgs4OkRyliImL1dvJ5BA==}
|
||||
|
@ -3823,14 +3827,14 @@ packages:
|
|||
'@volar/source-map@2.4.11':
|
||||
resolution: {integrity: sha512-ZQpmafIGvaZMn/8iuvCFGrW3smeqkq/IIh9F1SdSx9aUl0J4Iurzd6/FhmjNO5g2ejF3rT45dKskgXWiofqlZQ==}
|
||||
|
||||
'@volar/source-map@2.4.17':
|
||||
resolution: {integrity: sha512-QDybtQyO3Ms/NjFqNHTC5tbDN2oK5VH7ZaKrcubtfHBDj63n2pizHC3wlMQ+iT55kQXZUUAbmBX5L1C8CHFeBw==}
|
||||
'@volar/source-map@2.4.20':
|
||||
resolution: {integrity: sha512-mVjmFQH8mC+nUaVwmbxoYUy8cww+abaO8dWzqPUjilsavjxH0jCJ3Mp8HFuHsdewZs2c+SP+EO7hCd8Z92whJg==}
|
||||
|
||||
'@volar/typescript@2.4.11':
|
||||
resolution: {integrity: sha512-2DT+Tdh88Spp5PyPbqhyoYavYCPDsqbHLFwcUI9K1NlY1YgUJvujGdrqUp0zWxnW7KWNTr3xSpMuv2WnaTKDAw==}
|
||||
|
||||
'@volar/typescript@2.4.17':
|
||||
resolution: {integrity: sha512-3paEFNh4P5DkgNUB2YkTRrfUekN4brAXxd3Ow1syMqdIPtCZHbUy4AW99S5RO/7mzyTWPMdDSo3mqTpB/LPObQ==}
|
||||
'@volar/typescript@2.4.20':
|
||||
resolution: {integrity: sha512-Oc4DczPwQyXcVbd+5RsNEqX6ia0+w3p+klwdZQ6ZKhFjWoBP9PCPQYlKYRi/tDemWphW93P/Vv13vcE9I9D2GQ==}
|
||||
|
||||
'@volar/vue-language-core@1.6.5':
|
||||
resolution: {integrity: sha512-IF2b6hW4QAxfsLd5mePmLgtkXzNi+YnH6ltCd80gb7+cbdpFMjM1I+w+nSg2kfBTyfu+W8useCZvW89kPTBpzg==}
|
||||
|
@ -4097,8 +4101,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@vue/language-core@3.0.1':
|
||||
resolution: {integrity: sha512-sq+/Mc1IqIexWEQ+Q2XPiDb5SxSvY5JPqHnMOl/PlF5BekslzduX8dglSkpC17VeiAQB6dpS+4aiwNLJRduCNw==}
|
||||
'@vue/language-core@3.0.4':
|
||||
resolution: {integrity: sha512-BvueED4LfBCSNH66eeUQk37MQCb7hjdezzGgxniM0LbriW53AJIyLorgshAtStmjfsAuOCcTl/c1b+nz/ye8xQ==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
|
@ -4671,6 +4675,14 @@ packages:
|
|||
magicast:
|
||||
optional: true
|
||||
|
||||
c12@3.1.0:
|
||||
resolution: {integrity: sha512-uWoS8OU1MEIsOv8p/5a82c3H31LsWVR5qiyXVfBNOzfffjUWtPnhAb4BYI2uG2HfGmZmFjCtui5XNWaps+iFuw==}
|
||||
peerDependencies:
|
||||
magicast: ^0.3.5
|
||||
peerDependenciesMeta:
|
||||
magicast:
|
||||
optional: true
|
||||
|
||||
cac@6.7.14:
|
||||
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -5282,6 +5294,10 @@ packages:
|
|||
resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
dotenv@16.6.1:
|
||||
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
dunder-proto@1.0.1:
|
||||
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
@ -6558,6 +6574,10 @@ packages:
|
|||
json-parse-even-better-errors@2.3.1:
|
||||
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
||||
|
||||
json-schema-to-zod@2.6.1:
|
||||
resolution: {integrity: sha512-uiHmWH21h9FjKJkRBntfVGTLpYlCZ1n98D0izIlByqQLqpmkQpNTBtfbdP04Na6+43lgsvrShFh2uWLkQDKJuQ==}
|
||||
hasBin: true
|
||||
|
||||
json-schema-traverse@0.4.1:
|
||||
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
||||
|
||||
|
@ -7019,10 +7039,6 @@ packages:
|
|||
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
minimatch@10.0.1:
|
||||
resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
|
||||
engines: {node: 20 || >=22}
|
||||
|
||||
minimatch@3.1.2:
|
||||
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
||||
|
||||
|
@ -7234,8 +7250,8 @@ packages:
|
|||
nth-check@2.1.1:
|
||||
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
||||
|
||||
nuxt-component-meta@0.12.1:
|
||||
resolution: {integrity: sha512-w0ZgRCE9wGZLbmAnCUV2F4/Gjwy1J6L9FejrpTHSHM8Igrf2THwe809QOXbdV8g4+Elkz2MeC/34ZFyt05tKCg==}
|
||||
nuxt-component-meta@0.13.0:
|
||||
resolution: {integrity: sha512-VaSArca+2BeI/VoZK8TAg9ljVqSoiJDLb9iwQ/9l/pv7p7QtlNsGqrECvFiic/fRZYjJr9TKgjxfJIG/DXLZDQ==}
|
||||
hasBin: true
|
||||
|
||||
nuxt-config-schema@0.4.6:
|
||||
|
@ -9321,11 +9337,11 @@ packages:
|
|||
vue-bundle-renderer@2.1.1:
|
||||
resolution: {integrity: sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==}
|
||||
|
||||
vue-component-meta@3.0.1:
|
||||
resolution: {integrity: sha512-5hCl0L3K96WjJ5I9s19OKK0k+hD/miATs5Q2lP0+n0HAiUNnrV4mAdaQtkTSLDmoT+KefgCB6UglEYZuet3NdA==}
|
||||
vue-component-meta@3.0.4:
|
||||
resolution: {integrity: sha512-0pGpYThdzW+3qUNXX/3N26Ds7P4mCDiM+47aXeDmsb78lPce36RyN+G+7CiMHrL8nHII/+OqFE9iGcUFthyVZA==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
vue-component-type-helpers: 3.0.0-alpha.10
|
||||
vue-component-type-helpers: 3.0.1
|
||||
|
||||
vue-component-type-helpers@2.2.10:
|
||||
resolution: {integrity: sha512-iDUO7uQK+Sab2tYuiP9D1oLujCWlhHELHMgV/cB13cuGbG4qwkLHvtfWb6FzvxrIOPDnU0oHsz2MlQjhYDeaHA==}
|
||||
|
@ -12028,6 +12044,32 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- magicast
|
||||
|
||||
'@nuxt/kit@4.0.1(magicast@0.3.5)':
|
||||
dependencies:
|
||||
c12: 3.1.0(magicast@0.3.5)
|
||||
consola: 3.4.2
|
||||
defu: 6.1.4
|
||||
destr: 2.0.5
|
||||
errx: 0.1.0
|
||||
exsolve: 1.0.7
|
||||
ignore: 7.0.5
|
||||
jiti: 2.4.2
|
||||
klona: 2.0.6
|
||||
mlly: 1.7.4
|
||||
ohash: 2.0.11
|
||||
pathe: 2.0.3
|
||||
pkg-types: 2.2.0
|
||||
scule: 1.3.0
|
||||
semver: 7.7.2
|
||||
std-env: 3.9.0
|
||||
tinyglobby: 0.2.14
|
||||
ufo: 1.6.1
|
||||
unctx: 2.4.1
|
||||
unimport: 5.1.0
|
||||
untyped: 2.0.0
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
|
||||
'@nuxt/schema@3.17.3':
|
||||
dependencies:
|
||||
'@vue/shared': 3.5.17
|
||||
|
@ -12241,7 +12283,7 @@ snapshots:
|
|||
'@nuxt/kit': 3.17.5(magicast@0.3.5)
|
||||
defu: 6.1.4
|
||||
git-url-parse: 15.0.0
|
||||
nuxt-component-meta: 0.12.1(magicast@0.3.5)(vue-component-type-helpers@2.2.10)
|
||||
nuxt-component-meta: 0.13.0(magicast@0.3.5)(vue-component-type-helpers@2.2.10)
|
||||
parse-git-config: 3.0.0
|
||||
pkg-types: 1.3.1
|
||||
socket.io-client: 4.8.1
|
||||
|
@ -13754,9 +13796,9 @@ snapshots:
|
|||
dependencies:
|
||||
'@volar/source-map': 2.4.11
|
||||
|
||||
'@volar/language-core@2.4.17':
|
||||
'@volar/language-core@2.4.20':
|
||||
dependencies:
|
||||
'@volar/source-map': 2.4.17
|
||||
'@volar/source-map': 2.4.20
|
||||
|
||||
'@volar/source-map@1.4.1':
|
||||
dependencies:
|
||||
|
@ -13764,7 +13806,7 @@ snapshots:
|
|||
|
||||
'@volar/source-map@2.4.11': {}
|
||||
|
||||
'@volar/source-map@2.4.17': {}
|
||||
'@volar/source-map@2.4.20': {}
|
||||
|
||||
'@volar/typescript@2.4.11':
|
||||
dependencies:
|
||||
|
@ -13772,9 +13814,9 @@ snapshots:
|
|||
path-browserify: 1.0.1
|
||||
vscode-uri: 3.1.0
|
||||
|
||||
'@volar/typescript@2.4.17':
|
||||
'@volar/typescript@2.4.20':
|
||||
dependencies:
|
||||
'@volar/language-core': 2.4.17
|
||||
'@volar/language-core': 2.4.20
|
||||
path-browserify: 1.0.1
|
||||
vscode-uri: 3.1.0
|
||||
|
||||
|
@ -14261,16 +14303,16 @@ snapshots:
|
|||
optionalDependencies:
|
||||
typescript: 5.8.3
|
||||
|
||||
'@vue/language-core@3.0.1(typescript@5.8.3)':
|
||||
'@vue/language-core@3.0.4(typescript@5.8.3)':
|
||||
dependencies:
|
||||
'@volar/language-core': 2.4.17
|
||||
'@volar/language-core': 2.4.20
|
||||
'@vue/compiler-dom': 3.5.17
|
||||
'@vue/compiler-vue2': 2.7.16
|
||||
'@vue/shared': 3.5.17
|
||||
alien-signals: 2.0.5
|
||||
minimatch: 10.0.1
|
||||
muggle-string: 0.4.1
|
||||
path-browserify: 1.0.1
|
||||
picomatch: 4.0.3
|
||||
optionalDependencies:
|
||||
typescript: 5.8.3
|
||||
|
||||
|
@ -14913,6 +14955,23 @@ snapshots:
|
|||
optionalDependencies:
|
||||
magicast: 0.3.5
|
||||
|
||||
c12@3.1.0(magicast@0.3.5):
|
||||
dependencies:
|
||||
chokidar: 4.0.3
|
||||
confbox: 0.2.2
|
||||
defu: 6.1.4
|
||||
dotenv: 16.6.1
|
||||
exsolve: 1.0.7
|
||||
giget: 2.0.0
|
||||
jiti: 2.4.2
|
||||
ohash: 2.0.11
|
||||
pathe: 2.0.3
|
||||
perfect-debounce: 1.0.0
|
||||
pkg-types: 2.2.0
|
||||
rc9: 2.1.2
|
||||
optionalDependencies:
|
||||
magicast: 0.3.5
|
||||
|
||||
cac@6.7.14: {}
|
||||
|
||||
call-bind-apply-helpers@1.0.2:
|
||||
|
@ -15510,6 +15569,8 @@ snapshots:
|
|||
|
||||
dotenv@16.5.0: {}
|
||||
|
||||
dotenv@16.6.1: {}
|
||||
|
||||
dunder-proto@1.0.1:
|
||||
dependencies:
|
||||
call-bind-apply-helpers: 1.0.2
|
||||
|
@ -17023,6 +17084,8 @@ snapshots:
|
|||
|
||||
json-parse-even-better-errors@2.3.1: {}
|
||||
|
||||
json-schema-to-zod@2.6.1: {}
|
||||
|
||||
json-schema-traverse@0.4.1: {}
|
||||
|
||||
json-schema-traverse@1.0.0: {}
|
||||
|
@ -17736,10 +17799,6 @@ snapshots:
|
|||
|
||||
min-indent@1.0.1: {}
|
||||
|
||||
minimatch@10.0.1:
|
||||
dependencies:
|
||||
brace-expansion: 2.0.1
|
||||
|
||||
minimatch@3.1.2:
|
||||
dependencies:
|
||||
brace-expansion: 1.1.11
|
||||
|
@ -18112,16 +18171,17 @@ snapshots:
|
|||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
|
||||
nuxt-component-meta@0.12.1(magicast@0.3.5)(vue-component-type-helpers@2.2.10):
|
||||
nuxt-component-meta@0.13.0(magicast@0.3.5)(vue-component-type-helpers@2.2.10):
|
||||
dependencies:
|
||||
'@nuxt/kit': 3.17.6(magicast@0.3.5)
|
||||
'@nuxt/kit': 4.0.1(magicast@0.3.5)
|
||||
citty: 0.1.6
|
||||
json-schema-to-zod: 2.6.1
|
||||
mlly: 1.7.4
|
||||
ohash: 2.0.11
|
||||
scule: 1.3.0
|
||||
typescript: 5.8.3
|
||||
ufo: 1.6.1
|
||||
vue-component-meta: 3.0.1(typescript@5.8.3)(vue-component-type-helpers@2.2.10)
|
||||
vue-component-meta: 3.0.4(typescript@5.8.3)(vue-component-type-helpers@2.2.10)
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- vue-component-type-helpers
|
||||
|
@ -20963,10 +21023,10 @@ snapshots:
|
|||
dependencies:
|
||||
ufo: 1.6.1
|
||||
|
||||
vue-component-meta@3.0.1(typescript@5.8.3)(vue-component-type-helpers@2.2.10):
|
||||
vue-component-meta@3.0.4(typescript@5.8.3)(vue-component-type-helpers@2.2.10):
|
||||
dependencies:
|
||||
'@volar/typescript': 2.4.17
|
||||
'@vue/language-core': 3.0.1(typescript@5.8.3)
|
||||
'@volar/typescript': 2.4.20
|
||||
'@vue/language-core': 3.0.4(typescript@5.8.3)
|
||||
path-browserify: 1.0.1
|
||||
typescript: 5.8.3
|
||||
vue-component-type-helpers: 2.2.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue