Skip to content

Commit

Permalink
Add support for all react versions after 17 (#44680)
Browse files Browse the repository at this point in the history
  • Loading branch information
PooSham authored Oct 5, 2022
1 parent 58be49f commit 46179e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jest-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"@babel/core": ">=7",
"jest": ">=27",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": ">=17",
"react-dom": ">=17"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 46179e2

Please sign in to comment.