Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
downgrade react-scripts to fix circleci issue facebook/create-react-a…
Browse files Browse the repository at this point in the history
adamjmcgrath committed Jun 3, 2020
1 parent 3ec50f2 commit cd61c40
Showing 2 changed files with 123 additions and 254 deletions.
375 changes: 122 additions & 253 deletions examples/cra-react-router/package-lock.json
2 changes: 1 addition & 1 deletion examples/cra-react-router/package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"react": "file:../../node_modules/react",
"react-dom": "file:../../node_modules/react-dom",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "^3.4.0",
"typescript": "^3.7.5"
},
"scripts": {

0 comments on commit cd61c40

Please sign in to comment.