chore: bump radix-vue version

This commit is contained in:
zernonia 2023-09-26 14:57:24 +08:00
parent a92b15deee
commit 46d0645313
5 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@
"@vue/compiler-dom": "^3.3.4", "@vue/compiler-dom": "^3.3.4",
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.15",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"radix-vue": "^0.2.3", "radix-vue": "^0.3.1",
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"tailwind-merge": "^1.14.0", "tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",

View File

@ -31,7 +31,7 @@ import {
<CardContent class="grid gap-6"> <CardContent class="grid gap-6">
<RadioGroup default-value="card" class="grid grid-cols-3 gap-4"> <RadioGroup default-value="card" class="grid grid-cols-3 gap-4">
<div> <div>
<RadioGroupItem id="card" model-value="card" class="peer sr-only" /> <RadioGroupItem id="card" value="card" class="peer sr-only" />
<Label <Label
for="card" for="card"
class="flex flex-col items-center justify-between rounded-md border-2 border-muted bg-popover p-4 hover:bg-accent hover:text-accent-foreground peer-data-[state=checked]:border-primary [&:has([data-state=checked])]:border-primary" class="flex flex-col items-center justify-between rounded-md border-2 border-muted bg-popover p-4 hover:bg-accent hover:text-accent-foreground peer-data-[state=checked]:border-primary [&:has([data-state=checked])]:border-primary"

View File

@ -62,7 +62,7 @@
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"ora": "^7.0.1", "ora": "^7.0.1",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"radix-vue": "^0.2.3", "radix-vue": "^0.3.1",
"recast": "^0.23.4", "recast": "^0.23.4",
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"ts-morph": "^19.0.0", "ts-morph": "^19.0.0",

View File

@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"lucide-vue-next": "^0.276.0", "lucide-vue-next": "^0.276.0",
"radix-vue": "^0.2.3", "radix-vue": "^0.3.1",
"tailwind-merge": "^1.14.0", "tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },

View File

@ -130,8 +130,8 @@ importers:
specifier: ^4.5.0 specifier: ^4.5.0
version: 4.5.0 version: 4.5.0
radix-vue: radix-vue:
specifier: ^0.2.3 specifier: ^0.3.1
version: 0.2.3(vue@3.3.4) version: 0.3.1(vue@3.3.4)
rimraf: rimraf:
specifier: ^5.0.1 specifier: ^5.0.1
version: 5.0.1 version: 5.0.1
@ -214,8 +214,8 @@ importers:
specifier: ^2.4.2 specifier: ^2.4.2
version: 2.4.2 version: 2.4.2
radix-vue: radix-vue:
specifier: ^0.2.3 specifier: ^0.3.1
version: 0.2.3(vue@3.3.4) version: 0.3.1(vue@3.3.4)
recast: recast:
specifier: ^0.23.4 specifier: ^0.23.4
version: 0.23.4 version: 0.23.4
@ -6830,8 +6830,8 @@ packages:
resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==}
dev: false dev: false
/radix-vue@0.2.3(vue@3.3.4): /radix-vue@0.3.1(vue@3.3.4):
resolution: {integrity: sha512-kA+3XCO5zXStbTrzbibhyKh62TlL+5Nq5FMAfPjS5/Ni8Qf0FGfWb924O2q2sV85HfZKHa9XcACuMN1NKZz0KA==} resolution: {integrity: sha512-izekMIzZq00rUJgJkTc5zGUREI4qzOavFHrJGb9g5eRiCO2njp8wsWXUpPGh6Z7f4UnAFLc5Z4QZTBIl5sx4TA==}
dependencies: dependencies:
'@floating-ui/dom': 1.5.1 '@floating-ui/dom': 1.5.1
'@floating-ui/vue': 1.0.2(vue@3.3.4) '@floating-ui/vue': 1.0.2(vue@3.3.4)