Skip to content

Commit

Permalink
chore(peerdeps): bumps react to 16.8.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
upgrade peer deps react, react-dom 16.8.0
  • Loading branch information
thecodejack committed Jan 19, 2020
1 parent d5dad02 commit e64b199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -262,8 +262,8 @@
"react-transition-group": "^4.3.0"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0"
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit e64b199

Please sign in to comment.