Skip to content

Commit

Permalink
React RC
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaynes authored Nov 25, 2024
1 parent 5224963 commit 6e2ec6d
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
Expand Up @@ -57,17 +57,17 @@
"jest-diff": "^29.7.0",
"kcd-scripts": "^13.0.0",
"npm-run-all": "^4.1.5",
"react": "^19",
"react-dom": "^19",
"react": "rc",
"react-dom": "rc",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
},
"peerDependencies": {
"@testing-library/dom": "^10.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^19",
"react-dom": "^19"
"react": "rc",
"react-dom": "rc"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 6e2ec6d

Please sign in to comment.