Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 24, 2024
1 parent 7890c10 commit 925a9ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.104",
"version": "0.0.105",
"sideEffects": false,
"type": "module",
"scripts": {
Expand All @@ -13,25 +13,25 @@
"dependencies": {
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.0",
"@radix-ui/react-dialog": "1.1.0",
"@radix-ui/react-dropdown-menu": "2.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-popover": "1.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-select": "2.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.0",
"@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.0",
"@radix-ui/react-tooltip": "1.1.1",
"autoprefixer": "10.4.19",
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "0.2.0",
"lucide-react": "0.395.0",
"lucide-react": "0.396.0",
"next-themes": "0.3.0",
"radash": "12.1.0",
"react-hook-form": "7.52.0",
Expand All @@ -41,7 +41,7 @@
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.0-dev.20240614",
"typescript": "5.6.0-dev.20240623",
"valibot": "0.33.3",
"vaul": "0.9.1"
},
Expand Down

0 comments on commit 925a9ce

Please sign in to comment.