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

Fix dependabot issues #926

Merged
merged 3 commits into from
May 27, 2022
Merged

Commits on May 27, 2022

  1. Dashboard: fix dependabot issues

    - Remove useless package enzyme
    - Update package react-scripts, commitlint/cli, lint-staged
    - force resolution for dependency nth-check to fix: https://github.com/Epistimio/orion/security/dependabot/13
    notoraptor committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d4af39c View commit details
    Browse the repository at this point in the history
  2. Dashboard:

    - use axios instead of http to make API calls. react-scripts 5.0.1 dependencies makes `http` module unavailable, so, go back to axios.
    - remove useless packages enzyme-adapter-react-16, graphql and apollo
    - remove .env as it seems useless now
    notoraptor committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e4a9567 View commit details
    Browse the repository at this point in the history
  3. Dashboard: force version of package autoprefixer

    - fix warning occuring on "yarn start" since updates: "autoprefixer: Replace color-adjust to print-color-adjust."
    - more info: https://stackoverflow.com/questions/72163411/react-bootstarp-warning-about-color-adjust
    notoraptor committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5cec644 View commit details
    Browse the repository at this point in the history