fix: change radix-vue version to specific version instead of latest

This commit is contained in:
zernonia 2023-08-23 22:07:46 +08:00
parent 9d9980a049
commit 6ce89aadbb
2 changed files with 13 additions and 16 deletions

View File

@ -26,7 +26,7 @@
"class-variance-authority": "^0.6.1", "class-variance-authority": "^0.6.1",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"lucide-vue-next": "^0.268.0", "lucide-vue-next": "^0.268.0",
"radix-vue": "latest", "radix-vue": "^0.1.24",
"tailwindcss-animate": "^1.0.6", "tailwindcss-animate": "^1.0.6",
"vue": "^3.3.4" "vue": "^3.3.4"
}, },

View File

@ -51,8 +51,8 @@ importers:
specifier: ^0.268.0 specifier: ^0.268.0
version: 0.268.0(vue@3.3.4) version: 0.268.0(vue@3.3.4)
radix-vue: radix-vue:
specifier: file:../../../radix-vue/packages/radix-vue specifier: ^0.1.24
version: file:../radix-vue/packages/radix-vue(vue@3.3.4) version: 0.1.24(vue@3.3.4)
tailwindcss-animate: tailwindcss-animate:
specifier: ^1.0.6 specifier: ^1.0.6
version: 1.0.6(tailwindcss@3.3.2) version: 1.0.6(tailwindcss@3.3.2)
@ -4118,6 +4118,16 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/radix-vue@0.1.24(vue@3.3.4):
resolution: {integrity: sha512-XKEPi4K/DfTRHMZ6Y9PEP87Xn+zwFahhJFp/8vhc0DQEx/flev8izVYll6EwH931Tt7dwm+Vy1/edkxBnjJXkA==}
dependencies:
'@floating-ui/dom': 1.5.1
'@floating-ui/vue': 1.0.2(vue@3.3.4)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
/rc9@2.1.1: /rc9@2.1.1:
resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==} resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==}
dependencies: dependencies:
@ -5106,16 +5116,3 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
file:../radix-vue/packages/radix-vue(vue@3.3.4):
resolution: {directory: ../radix-vue/packages/radix-vue, type: directory}
id: file:../radix-vue/packages/radix-vue
name: radix-vue
version: 0.1.23
dependencies:
'@floating-ui/dom': 1.5.1
'@floating-ui/vue': 1.0.2(vue@3.3.4)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false