Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] Fix react-error-overlay version #289

Commits on Jun 1, 2023

  1. Align NodeJS versions

    Use same NodeJS version into frontend's Docker file and .tool-versions
    
    Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
    szakhlypa committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5f05acb View commit details
    Browse the repository at this point in the history
  2. Override react-error-overlay version

    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>
    szakhlypa committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    59811c9 View commit details
    Browse the repository at this point in the history