Skip to content

Commit

Permalink
downgrade react scripts
Browse files Browse the repository at this point in the history
Downgrade React Scripts to 3.4.0 due to facebook/create-react-app#9322
  • Loading branch information
zfletch committed Oct 29, 2020
1 parent 101b159 commit f2b51c5
Show file tree
Hide file tree
Showing 3 changed files with 1,601 additions and 1,549 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: test

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"react-scripts": "3.4.0",
"react-test-renderer": "^16.14.0",
"xml2js": "^0.4.23"
},
Expand Down
Loading

0 comments on commit f2b51c5

Please sign in to comment.