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

⬆️(dependencies) update js dependencies #306

Merged
merged 4 commits into from Apr 29, 2024
Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    e326741 View commit details
    Browse the repository at this point in the history
  2. 📌(deps) pin eslint to version less than 9

    Eslint 9 has been recently released but some related dependencies are
    not yet compatible (e.g: @typescript-eslint/parser). So we have to pin
    this deps awaiting the support by other deps.
    jbpenrath committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dc8aed0 View commit details
    Browse the repository at this point in the history
  3. 🙈(npm) ignore package-lock.json file

    A package-lock.json has been committed but we are using yarn in this
    project so it is useless. We now ignore this file to prevent future
    issues.
    jbpenrath committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f9c26a9 View commit details
    Browse the repository at this point in the history
  4. ✅(react) remove warnings during tests

    Numerous warnings was raised during tests. We remove most of them. Some
    needs to be discussed before fix.
    jbpenrath committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2228543 View commit details
    Browse the repository at this point in the history