Skip to content

Commit

Permalink
chore: update peerDependencies to expect react 17 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cajotafer committed May 25, 2022
1 parent 2d6786f commit 19164a0
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 @@ -60,8 +60,8 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "16 - 17",
"react-dom": "16 - 17"
},
"dependencies": {
"papaparse": "^5.3.0"
Expand Down

0 comments on commit 19164a0

Please sign in to comment.