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

Update peer dependencies to support React 17 #397

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update peer dependencies to support React 17
  • Loading branch information
rzane committed Nov 18, 2020
commit f63783d82abd41c13c8d67d973dc369c09be9273
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