Skip to content

Commit

Permalink
chore(router): Make React a normal dependency (#11404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Aug 31, 2024
1 parent 4a0f499 commit 620d67a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
"@babel/runtime-corejs3": "7.25.0",
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"core-js": "3.38.0"
"core-js": "3.38.0",
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand All @@ -105,8 +107,6 @@
"@types/react-dom": "^18.2.19",
"concurrently": "8.2.2",
"publint": "0.2.10",
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802",
"tstyche": "2.1.1",
"tsx": "4.17.0",
"typescript": "5.5.4",
Expand Down

0 comments on commit 620d67a

Please sign in to comment.