Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Update peer dependencies to support React 17 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane authored Nov 18, 2020
1 parent b3ab416 commit 9ba134b
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 @@ -85,8 +85,8 @@
"webpack-dev-server": "^3.2.1"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16 || ^17",
"react-dom": "^16 || ^17"
},
"types": "./index.d.ts",
"babel": {
Expand Down

0 comments on commit 9ba134b

Please sign in to comment.