Skip to content

Commit

Permalink
chore(cra): Downgrade react-scripts
Browse files Browse the repository at this point in the history
`craco` doesn't yet support v5, and it's causing npm to freak out. See
dilanx/craco#353.
  • Loading branch information
NiGhTTraX committed Dec 28, 2021
1 parent 7e4cb00 commit 2d1d9cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react-dom": "~17.0.0",
"@craco/craco": "~6.4.0",
"cross-env": "~7.0.2",
"react-scripts": "~5.0.0",
"react-scripts": "~4.0.3",
"fork-ts-checker-webpack-plugin": "~6.5.0",
"tsconfig-paths-webpack-plugin": "~3.5.0"
},
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

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

0 comments on commit 2d1d9cb

Please sign in to comment.