Skip to content

Commit 59811c9

Browse files
committed
Override react-error-overlay version
[email protected] was published with [email protected] and does not work well with react-scripts@4. So we need to fix it's version. See more: facebook/create-react-app#11773 Signed-off-by: Sergey Zakhlypa <[email protected]>
1 parent 5f05acb commit 59811c9

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

frontend/package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package-lock.json.license

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,8 @@
120120
"schema": "./src/api/schema.graphql",
121121
"src": "./src"
122122
},
123-
"proxy": "http://localhost:4000/"
123+
"proxy": "http://localhost:4000/",
124+
"overrides": {
125+
"react-error-overlay": "6.0.9"
126+
}
124127
}

frontend/package.json.license

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SPDX-FileCopyrightText: 2021-2022 SECO Mind Srl
1+
SPDX-FileCopyrightText: 2021-2023 SECO Mind Srl
22

33
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)