Skip to content

Commit

Permalink
Revert "Bump react-scripts from 3.4.4 to 4.0.1"
Browse files Browse the repository at this point in the history
This reverts commit f825ea1.

The upgrade to react-scripts includes an upgrade to jest-environment-jsdom which
introduces a regression with firebase related tests detailed here:
  https://stackoverflow.com/q/61914567
  jestjs/jest#7780
  firebase/firebase-js-sdk#3096

It's easier to hold back on the react-scripts upgrade for now.
  • Loading branch information
adrianclay committed Jan 2, 2021
1 parent f825ea1 commit 2426d85
Show file tree
Hide file tree
Showing 2 changed files with 2,360 additions and 3,321 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-scripts": "3.4.4",
"semantic-ui-react": "^2.0.1",
"typescript": "~4.0.5",
"uuid": "^8.3.2"
Expand Down
Loading

0 comments on commit 2426d85

Please sign in to comment.