Skip to content

Commit

Permalink
feat: allow react 17 as a peer dependency (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: Balázs Orbán <info@balazsorban.com>
  • Loading branch information
lukel97 and balazsorban44 committed Dec 5, 2020
1 parent e031591 commit 7b6fd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,8 +55,8 @@
"typeorm": "^0.2.24"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^16.13.1 || ^17",
"react-dom": "^16.13.1 || ^17"
},
"peerOptionalDependencies": {
"mongodb": "^3.5.9",
Expand Down

0 comments on commit 7b6fd81

Please sign in to comment.