Skip to content

Commit

Permalink
fix(deps): allow react 0.14
Browse files Browse the repository at this point in the history
fixes #24
  • Loading branch information
vvo committed Apr 15, 2016
1 parent 249934e commit 7347b71
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 @@ -27,13 +27,13 @@
"react": "^15.0.1"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.1"
"react": "^0.14.8 || ^15.0.1"
},
"dependencies": {
"collapse-white-space": "^1.0.0",
"is-plain-object": "^2.0.1",
"lodash": "^3.10.1",
"react-addons-test-utils": "^15.0.1",
"react-addons-test-utils": "^0.14.8 || ^15.0.1",
"sortobject": "^1.0.0",
"stringify-object": "^2.3.1",
"traverse": "^0.6.6"
Expand Down

0 comments on commit 7347b71

Please sign in to comment.