Skip to content

Commit

Permalink
Merge pull request #180 from tu4mo/patch-1
Browse files Browse the repository at this point in the history
Add React 17 to peerDependencies
  • Loading branch information
Ben Briggs authored Apr 22, 2021
2 parents 1b78ab1 + ce4d445 commit 1712793
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 @@ -37,8 +37,8 @@
"license": "Apache-2.0",
"peerDependencies": {
"draft-js": ">=0.7.0",
"react": "^15.0.2|| ^16.0.0-rc || ^16.0.0",
"react-dom": "^15.0.2|| ^16.0.0-rc || ^16.0.0"
"react": "^15.0.2 || ^16.0.0-rc || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.2 || ^16.0.0-rc || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
Expand Down

0 comments on commit 1712793

Please sign in to comment.