Skip to content

Commit

Permalink
Merge pull request #871 from holgergp/react19
Browse files Browse the repository at this point in the history
chore(react-version): upgrade peer react version to include react 19
  • Loading branch information
s-yadav authored Dec 25, 2024
2 parents 3058c08 + c45d196 commit 57d2bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"webpack-dev-server": "^4.7.4"
},
"peerDependencies": {
"react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"packageManager": "[email protected]"
}

0 comments on commit 57d2bef

Please sign in to comment.