Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 14, 2017
1 parent d494d2d commit 240874d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0",
"prop-types": "~15.5.7"
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^15.6.0-rc.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"node": ">=0.10.0"
},
"dependencies": {
"create-react-class": "^15.5.2",
"create-react-class": "^15.6.0",
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0",
"prop-types": "^15.5.7"
"prop-types": "^15.5.10"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 240874d

Please sign in to comment.