Skip to content

Commit

Permalink
fix: bump deps, and react 19 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Oct 30, 2024
1 parent e27704a commit bf2ff9f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.200",
"version": "0.0.201",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -34,20 +34,20 @@
"autoprefixer": "10.4.20",
"class-variance-authority": "0.7.1-canary.2",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"cmdk": "1.0.1",
"deepmerge": "4.3.1",
"lucide-react": "0.453.0",
"lucide-react": "0.454.0",
"next-themes": "0.3.0",
"p-safe": "1.0.0",
"react-hook-form": "7.52.2",
"recharts": "2.13.0",
"recharts": "2.13.2",
"sonner": "1.5.0",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.0-dev.20240925",
"usehooks-ts": "3.1.0",
"vaul": "1.1.0"
"vaul": "1.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand All @@ -64,7 +64,7 @@
"peerDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
"react-dom": "^18"
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
}
}

0 comments on commit bf2ff9f

Please sign in to comment.