Skip to content

Commit

Permalink
chore: add react 17.0.0 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cajotafer committed May 25, 2022
1 parent 19164a0 commit a4202bd
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 - 17",
"react-dom": "16 - 17"
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
},
"dependencies": {
"papaparse": "^5.3.0"
Expand Down

0 comments on commit a4202bd

Please sign in to comment.