1
0
Fork 0

fix(create-freesewing-pattern): Downgrade to react-scripts 4

See https://github.com/facebook/create-react-app/issues/11771
This commit is contained in:
Joost De Cock 2022-01-28 20:22:08 +01:00
parent ee2f0b0eac
commit d4cb24a0d3

View file

@ -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"
}
}