We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4e600 commit 4e2447aCopy full SHA for 4e2447a
package.json
@@ -34,9 +34,9 @@
34
"karma-mocha": "0.2.0",
35
"karma-safari-launcher": "^0.1.1",
36
"mocha": "2.3.3",
37
- "react": "^0.14.0",
38
- "react-addons-test-utils": "^0.14.0",
39
- "react-dom": "^0.14.0",
+ "react": "^15.0.0",
+ "react-addons-test-utils": "^15.0.0",
+ "react-dom": "^15.0.0",
40
"reactify": "^1.1.1",
41
"rf-release": "0.4.0",
42
"sinon": "^1.17.3",
@@ -50,7 +50,7 @@
50
"lodash.assign": "^3.2.0"
51
},
52
"peerDependencies": {
53
- "react": "^0.14.0"
+ "react": "^0.14.0 || ^15.0.0-0"
54
55
"tags": [
56
"react",
0 commit comments