fix(create-freesewing-pattern): Downgrade to react-scripts 4
See https://github.com/facebook/create-react-app/issues/11771
This commit is contained in:
parent
ee2f0b0eac
commit
d4cb24a0d3
1 changed files with 7 additions and 2 deletions
|
@ -26,7 +26,8 @@
|
|||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-intl": "^5.18.0",
|
||||
"react-scripts": "^5.0.0",
|
||||
"react-scripts": "^4.0.3",
|
||||
"react-error-overlay": "6.0.9",
|
||||
"file-saver": "^2.0.5",
|
||||
"react-markdown": "6.0.2",
|
||||
"source-map-explorer": "^2.5.2"
|
||||
|
@ -46,6 +47,10 @@
|
|||
"defaults"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-plugin-prismjs": "2.0.1"
|
||||
"babel-plugin-prismjs": "2.0.1",
|
||||
"react-error-overlay": "6.0.9"
|
||||
},
|
||||
"resolutions": {
|
||||
"react-error-overlay": "6.0.9"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue