Skip to content

Commit

Permalink
fix: remove react and react dom from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Dec 4, 2024
1 parent c3542e7 commit b727bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.235",
"version": "0.0.236",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -78,8 +78,6 @@
"pino-pretty": "13.0.0",
"pretty-ms": "9.2.0",
"prismjs": "1.29.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-hook-form": "7.53.2",
"react-icons": "5.4.0",
"react-notion-x": "6.16.0",
Expand All @@ -103,7 +101,9 @@
"devDependencies": {
"@ladle/react": "4.1.2",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "15.11.7"
"happy-dom": "15.11.7",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1"
},
"overrides": {
"react-is": "19.0.0-rc-6f23540c7d-20240528"
Expand Down

0 comments on commit b727bca

Please sign in to comment.