downgrade react-error-overlay

https://github.com/facebook/create-react-app/issues/11880#issuecomment-1005409614
This commit is contained in:
David Lechner
2022-03-17 11:08:31 -05:00
parent 887623c675
commit 38bfaf262b
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -105,6 +105,7 @@
},
"packageManager": "yarn@3.2.0",
"resolutions": {
"mq-polyfill@1.1.8": "patch:mq-polyfill@npm:1.1.8#.yarn/patches/mq-polyfill-npm-1.1.8-62fe162439.patch"
"mq-polyfill@1.1.8": "patch:mq-polyfill@npm:1.1.8#.yarn/patches/mq-polyfill-npm-1.1.8-62fe162439.patch",
"react-error-overlay": "6.0.9"
}
}