Skip to content

Commit

Permalink
revert to react 16.8.x
Browse files Browse the repository at this point in the history
Due to this bug in devtools: facebook/react#16859
  • Loading branch information
ZakLaughton committed Sep 23, 2019
1 parent 0531bb8 commit 152c21c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 10 deletions.
40 changes: 32 additions & 8 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"i": "^0.3.6",
"npm": "^6.10.1",
"npm-check-updates": "^3.1.23",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.2",
Expand Down

0 comments on commit 152c21c

Please sign in to comment.