We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6ac5b commit 5101f96Copy full SHA for 5101f96
package.json
@@ -37,8 +37,8 @@
37
"react-component"
38
],
39
"peerDependencies": {
40
- "react": "^0.14.7",
41
- "react-dom": "^0.14.7"
+ "react": "^0.14.7 || ^15.0.0",
+ "react-dom": "^0.14.7 || ^15.0.0"
42
},
43
"devDependencies": {
44
"babel-cli": "^6.9.0",
@@ -55,9 +55,9 @@
55
"eslint-plugin-jsx-a11y": "^1.2.2",
56
"eslint-plugin-react": "^5.1.1",
57
"jest-cli": "^12.1.1",
58
59
- "react-addons-test-utils": "^0.14.7",
60
- "react-dom": "^0.14.7",
+ "react": "^15.0.0",
+ "react-addons-test-utils": "^15.0.0",
+ "react-dom": "^15.0.0",
61
"react-modal": "reactjs/react-modal",
62
"rimraf": "^2.5.2",
63
"webpack": "^1.13.1",
0 commit comments