Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Allow react@15
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored and acdlite committed Apr 8, 2016
1 parent e66491d commit 150fafe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -51,9 +51,9 @@
"mocha": "^2.3.3",
"phantomjs-prebuilt": "^2.1.3",
"pretty-bytes": "^3.0.1",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"readline-sync": "^1.2.21",
"rimraf": "^2.4.3",
"shelljs": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/recompose-relay/package.json
Expand Up @@ -19,7 +19,7 @@
},
"peerDependencies": {
"recompose": "^0.9.1",
"react": "^0.14.0",
"react": "^0.14.0 || ^15.0.0",
"react-relay": "^0.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/recompose/package.json
Expand Up @@ -14,6 +14,6 @@
"lodash": "^4.3.0"
},
"peerDependencies": {
"react": "^0.14.0"
"react": "^0.14.0 || ^15.0.0"
}
}
2 changes: 1 addition & 1 deletion src/packages/rx-recompose/package.json
Expand Up @@ -19,7 +19,7 @@
},
"peerDependencies": {
"recompose": "^0.9.1",
"react": "^0.14.0",
"react": "^0.14.0 || ^15.0.0",
"rx": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 150fafe

Please sign in to comment.