Skip to content

Commit

Permalink
upgrade react now that hooks are released
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdopuch committed Feb 11, 2019
1 parent 3aca636 commit 071c58b
Show file tree
Hide file tree
Showing 2 changed files with 1,231 additions and 1,294 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"lodash": "^4.17.11",
"material-ui": "^0.20.2",
"prop-types": "^15.6.0",
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-ga": "^2.5.3",
"react-grid-gallery": "^0.5.3",
"react-hookstore": "^1.1.5",
Expand All @@ -43,13 +43,13 @@
"@types/react-hookstore": "file:types/react-hookstore",
"@types/react-router-dom": "^4.3.1",
"ajv": "^6.5.4",
"babel-core": "^7.0.0-bridge.0",
"babel-core": "^7.0.0",
"coveralls": "^3.0.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.5",
"jest": "^23.6.0",
"node-thumbnail": "^0.14.0",
"node-thumbnail": "^0.15.0",
"prettier": "^1.14.3",
"react-scripts": "^2.1.2",
"ts-jest": "^23.10.4",
Expand Down
Loading

0 comments on commit 071c58b

Please sign in to comment.