Skip to content

Commit

Permalink
chore: revert radix dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 30, 2024
1 parent 5ea38ca commit 3d92c41
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@risc0/ui",
"version": "0.0.106",
"version": "0.0.107",
"private": false,
"sideEffects": false,
"type": "module",
"scripts": {
Expand All @@ -12,8 +13,8 @@
},
"dependencies": {
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.0",
Expand All @@ -26,12 +27,12 @@
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2-rc.1",
"@radix-ui/react-tooltip": "1.1.2",
"autoprefixer": "10.4.19",
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "0.2.0",
"lucide-react": "0.397.0",
"lucide-react": "0.399.0",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.52.0",
Expand All @@ -41,7 +42,7 @@
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.0-dev.20240627",
"typescript": "5.6.0-dev.20240629",
"valibot": "0.33.3",
"vaul": "0.9.1"
},
Expand Down

0 comments on commit 3d92c41

Please sign in to comment.