Skip to content

Commit

Permalink
Override react-error-overlay version
Browse files Browse the repository at this point in the history
react-error-overlay@6.0.10 was published with react-scripts@5.0.0 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 <sergey.zakhlypa@secomind.com>
  • Loading branch information
szakhlypa committed Jun 1, 2023
1 parent 5f05acb commit 59811c9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
22 changes: 11 additions & 11 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package-lock.json.license

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion frontend/package.json
Expand Up @@ -120,5 +120,8 @@
"schema": "./src/api/schema.graphql",
"src": "./src"
},
"proxy": "http://localhost:4000/"
"proxy": "http://localhost:4000/",
"overrides": {
"react-error-overlay": "6.0.9"
}
}
2 changes: 1 addition & 1 deletion frontend/package.json.license
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2021-2022 SECO Mind Srl
SPDX-FileCopyrightText: 2021-2023 SECO Mind Srl

SPDX-License-Identifier: Apache-2.0

0 comments on commit 59811c9

Please sign in to comment.