Skip to content

Commit

Permalink
Override react-scripts typescript dep
Browse files Browse the repository at this point in the history
  • Loading branch information
henges committed Oct 20, 2023
1 parent 905234f commit e6f39ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"overrides": {
"css-select": "^3.1.0",
"css-what": "^5.0.1",
"@craco/craco": "^7.0.0"
"@craco/craco": "^7.0.0",
"react-scripts": {
"typescript": ">3.2.1"
}
},
"browserslist": {
"production": [
Expand Down

0 comments on commit e6f39ac

Please sign in to comment.