Skip to content

Commit 5101f96

Browse files
committed
Update to support react 15 (#94)
1 parent bb6ac5b commit 5101f96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react-component"
3838
],
3939
"peerDependencies": {
40-
"react": "^0.14.7",
41-
"react-dom": "^0.14.7"
40+
"react": "^0.14.7 || ^15.0.0",
41+
"react-dom": "^0.14.7 || ^15.0.0"
4242
},
4343
"devDependencies": {
4444
"babel-cli": "^6.9.0",
@@ -55,9 +55,9 @@
5555
"eslint-plugin-jsx-a11y": "^1.2.2",
5656
"eslint-plugin-react": "^5.1.1",
5757
"jest-cli": "^12.1.1",
58-
"react": "^0.14.7",
59-
"react-addons-test-utils": "^0.14.7",
60-
"react-dom": "^0.14.7",
58+
"react": "^15.0.0",
59+
"react-addons-test-utils": "^15.0.0",
60+
"react-dom": "^15.0.0",
6161
"react-modal": "reactjs/react-modal",
6262
"rimraf": "^2.5.2",
6363
"webpack": "^1.13.1",

0 commit comments

Comments
 (0)