Skip to content

Commit

Permalink
chore: update peer and dev dependencies for React v15
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Apr 13, 2016
1 parent c569f92 commit f604019
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/ubilabs/react-geosuggest/issues"
},
"peerDependencies": {
"react": "^0.14.0"
"react": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"classnames": "^2.2.3"
Expand All @@ -37,9 +37,9 @@
"jsdom": "^8.1.0",
"light-server": "^1.0.3",
"mocha": "^2.4.5",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.0",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"sinon": "^1.17.3",
"uglifyjs": "^2.4.10"
},
Expand Down

0 comments on commit f604019

Please sign in to comment.