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

Update package.json for React 18 #361

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

Commits on Nov 27, 2023

  1. Update package.json for React 18

    Had a few issues when trying to build, so this addition may not be as simple as updating the peerDeps
    
    ```
     code ERESOLVE
    npm ERR! ERESOLVE unable to resolve dependency tree
    npm ERR! 
    npm ERR! While resolving: [email protected]
    npm ERR! Found: @typescript-eslint/[email protected]
    npm ERR! node_modules/@typescript-eslint/eslint-plugin
    npm ERR!   dev @typescript-eslint/eslint-plugin@"^4.1.0" from the root project
    npm ERR! 
    npm ERR! Could not resolve dependency:
    npm ERR! peer @typescript-eslint/eslint-plugin@"2.x" from [email protected]
    npm ERR! node_modules/eslint-config-react-app
    npm ERR!   dev eslint-config-react-app@"^5.2.1" from the root project
    npm ERR! 
    npm ERR! Fix the upstream dependency conflict, or retry
    npm ERR! this command with --force or --legacy-peer-deps
    npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
    npm ERR! 
    npm ERR! 
    npm ERR! For a full report see:
    npm ERR! /Users/me/.npm/_logs/2023-11-27T17_49_44_163Z-eresolve-report.txt
    ```
    timhc22 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    02270f6 View commit details
    Browse the repository at this point in the history