Skip to content

Commit

Permalink
chore: react 16-17 in peerDeps (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 9, 2021
1 parent e65f381 commit 3fe9f9b
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 @@ -59,8 +59,8 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "16 - 17",
"react-dom": "16 - 17"
},
"dependencies": {
"@types/papaparse": "^5.2.4",
Expand Down

0 comments on commit 3fe9f9b

Please sign in to comment.