Skip to content

Commit

Permalink
Update to support react 15 (reactjs#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jun 6, 2016
1 parent bb6ac5b commit 5101f96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"react-component"
],
"peerDependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
Expand All @@ -55,9 +55,9 @@
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"jest-cli": "^12.1.1",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"react-modal": "reactjs/react-modal",
"rimraf": "^2.5.2",
"webpack": "^1.13.1",
Expand Down

0 comments on commit 5101f96

Please sign in to comment.