Skip to content

Commit

Permalink
fix: upgrade peer react & react-dom to 16.8 with hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 8, 2020
1 parent 0698990 commit e6dc4de
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 @@ -18,8 +18,8 @@
},
"peerDependencies": {
"@popperjs/core": "^2.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-popper": "^2.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit e6dc4de

Please sign in to comment.