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 26fb219 commit 9a5a3e5Copy full SHA for 9a5a3e5
package.json
@@ -42,8 +42,8 @@
42
"eslint-plugin-react": "^3.16.1",
43
"lodash": "^4.3.0",
44
"pre-commit": "^1.1.2",
45
- "react": "^0.14.7",
46
- "react-dom": "^0.14.7",
+ "react": "^15.0.0",
+ "react-dom": "^15.0.0",
47
"style-loader": "^0.13.0",
48
"webpack": "^1.12.13",
49
"webpack-dev-server": "^1.14.1"
@@ -52,8 +52,8 @@
52
"react-draggable": "^1.3.1"
53
},
54
"peerDependencies": {
55
56
- "react-dom": "^0.14.7"
+ "react": "^0.14.0 || ^15.0.0",
+ "react-dom": "^0.14.0 || ^15.0.0"
57
58
"publishConfig": {
59
"registry": "https://registry.npmjs.org"
0 commit comments