Skip to content

Commit

Permalink
chore: bump radix-vue version
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Sep 26, 2023
1 parent a92b15d commit 46d0645
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vue/compiler-dom": "^3.3.4",
"autoprefixer": "^10.4.15",
"lodash.template": "^4.5.0",
"radix-vue": "^0.2.3",
"radix-vue": "^0.3.1",
"rimraf": "^5.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/examples/cards/components/PaymentMethod.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
<CardContent class="grid gap-6">
<RadioGroup default-value="card" class="grid grid-cols-3 gap-4">
<div>
<RadioGroupItem id="card" model-value="card" class="peer sr-only" />
<RadioGroupItem id="card" value="card" class="peer sr-only" />
<Label
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"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"node-fetch": "^3.3.2",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"radix-vue": "^0.2.3",
"radix-vue": "^0.3.1",
"recast": "^0.23.4",
"rimraf": "^5.0.1",
"ts-morph": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/test/fixtures/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-vue-next": "^0.276.0",
"radix-vue": "^0.2.3",
"radix-vue": "^0.3.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46d0645

Please sign in to comment.