Skip to content

Commit

Permalink
fix(peerdep): add support for react v16.8 to v18 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade committed Apr 21, 2022
1 parent 2a184a8 commit 9f75e0b
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 @@ -61,8 +61,8 @@
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down

0 comments on commit 9f75e0b

Please sign in to comment.