Skip to content

Commit

Permalink
bump React version
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed May 11, 2016
1 parent eea0431 commit bf12a02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@
"webpack-stream": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.3",
"react-addons-css-transition-group": "^15.0.1"
"classnames": "^2.2.5",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2"
},
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
"react": "^15.0.2",
"react-dom": "^15.0.2"
},
"babel": {
"presets": [
Expand Down

0 comments on commit bf12a02

Please sign in to comment.