Skip to content

Commit

Permalink
Upgrading dependencies, inc. React 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 9, 2017
1 parent c1722bb commit d260232
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"classnames": "^2.2.4",
"prop-types": "^15.5.8",
"react-input-autosize": "^1.1.3"
"react-input-autosize": "^1.1.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down Expand Up @@ -46,15 +46,15 @@
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"nyc": "^11.1.0",
"react": "^15.0",
"react-addons-shallow-compare": "^15.0",
"react-addons-test-utils": "^15.0",
"react-dom": "^15.0",
"react": "^15.5.0",
"react-addons-shallow-compare": "^15.5.0",
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0",
"react-gravatar": "^2.4.5",
"react-highlight-words": "^0.3.0",
"react-highlight-words": "^0.8.1",
"react-test-renderer": "^15.6.1",
"react-virtualized": "^7.23.0",
"react-virtualized-select": "^1.4.0",
"react-virtualized": "^9.9.0",
"react-virtualized-select": "^3.1.0",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.0",
Expand All @@ -71,8 +71,8 @@
"webpack-dev-server": "^2.7.1"
},
"peerDependencies": {
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
"react": "^0.14 || ^15.0 || ^16.0.0-rc || ^16.0",
"react-dom": "^0.14 || ^15.0 || ^16.0.0-rc || ^16.0"
},
"browserify-shim": {
"classnames": "global:classNames",
Expand Down

0 comments on commit d260232

Please sign in to comment.