chore: add critical packages to module's dependencies
This commit is contained in:
parent
dce0bd0c30
commit
4fcff0d0fe
|
|
@ -36,7 +36,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^3.11.2",
|
||||
"@oxc-parser/wasm": "^0.1.0"
|
||||
"@oxc-parser/wasm": "^0.1.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"radix-vue": "^1.7.3",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwindcss-animate": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/eslint-config": "^0.3.10",
|
||||
|
|
|
|||
|
|
@ -337,6 +337,21 @@ importers:
|
|||
'@oxc-parser/wasm':
|
||||
specifier: ^0.1.0
|
||||
version: 0.1.0
|
||||
class-variance-authority:
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0
|
||||
clsx:
|
||||
specifier: ^2.1.1
|
||||
version: 2.1.1
|
||||
radix-vue:
|
||||
specifier: ^1.7.3
|
||||
version: 1.7.3(vue@3.4.24(typescript@5.4.5))
|
||||
tailwind-merge:
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
tailwindcss-animate:
|
||||
specifier: ^1.0.7
|
||||
version: 1.0.7(tailwindcss@3.4.3)
|
||||
devDependencies:
|
||||
'@nuxt/eslint-config':
|
||||
specifier: ^0.3.10
|
||||
|
|
@ -6031,6 +6046,11 @@ packages:
|
|||
peerDependencies:
|
||||
vue: '>= 3.2.0'
|
||||
|
||||
radix-vue@1.7.3:
|
||||
resolution: {integrity: sha512-GgUagGvpO1EtNvkQ27x3Hv26VrTffZ4XRyx8eMabXRxXtbo2GbjAd2HvGjL9A/D7QVHxw1ZUMBDcYWcpw4LEiQ==}
|
||||
peerDependencies:
|
||||
vue: '>= 3.2.0'
|
||||
|
||||
radix-vue@1.8.1:
|
||||
resolution: {integrity: sha512-DFyUt2vc/89tpSHiJvv7Qb/Qs8zVxq2g7q4kuuDV46fmDmSC3mnV3hdSAYruU7k/KvoDpS3sd99kLGRtuG63Rw==}
|
||||
peerDependencies:
|
||||
|
|
@ -14474,6 +14494,23 @@ snapshots:
|
|||
|
||||
quickselect@2.0.0: {}
|
||||
|
||||
radix-vue@1.7.3(vue@3.4.24(typescript@5.4.5)):
|
||||
dependencies:
|
||||
'@floating-ui/dom': 1.6.3
|
||||
'@floating-ui/vue': 1.0.6(vue@3.4.24(typescript@5.4.5))
|
||||
'@internationalized/date': 3.5.2
|
||||
'@tanstack/vue-virtual': 3.4.0(vue@3.4.24(typescript@5.4.5))
|
||||
'@vueuse/core': 10.9.0(vue@3.4.24(typescript@5.4.5))
|
||||
'@vueuse/shared': 10.9.0(vue@3.4.24(typescript@5.4.5))
|
||||
aria-hidden: 1.2.4
|
||||
defu: 6.1.4
|
||||
fast-deep-equal: 3.1.3
|
||||
nanoid: 5.0.7
|
||||
vue: 3.4.24(typescript@5.4.5)
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
|
||||
radix-vue@1.7.3(vue@3.4.24(typescript@5.4.5)):
|
||||
radix-vue@1.7.3(vue@3.4.27(typescript@5.4.5)):
|
||||
dependencies:
|
||||
'@floating-ui/dom': 1.6.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user