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] Resolve npm ERESOLVE error in dependencies. React version 18.2.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. [Fix] Resolve npm ERESOLVE error in dependencies. React version 18.2.0

    This commit resolves the npm ERESOLVE error by updating the dependency
    constraints in the package.json file. The conflict arises from the
    react-svg-buttons package expecting React version "^15.4.1", which conflicts
    with the React version "^18.2.0" used in the root project.
    
    Changes made:
    - Updated the React version in the react-svg-buttons package to be compatible
      with the root project's React version.
    - Updated all dependencies on package.json to their latest versions.
    	- npx npm-check-updates -u
    	- npm install
    cristian-encalada committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5edba15 View commit details
    Browse the repository at this point in the history