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 dependencies #53

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Update dependencies #53

merged 1 commit into from
Feb 23, 2024

Conversation

yubiuser
Copy link
Contributor

Updated the following dependencies to their latest version

node ➜ /workspaces/snapweb (update/npm) $ npm outdated
Package                      Current    Wanted   Latest  Location  Depended by
@testing-library/jest-dom    MISSING    5.17.0    6.1.4  -         snapweb
@testing-library/react       MISSING    13.4.0   14.0.0  -         snapweb
@testing-library/user-event  MISSING    13.5.0   14.5.1  -         snapweb
@types/jest                  MISSING    27.5.2   29.5.6  -         snapweb
@types/node                  MISSING  16.18.59   20.8.7  -         snapweb
typescript                   MISSING     4.9.5    5.2.2  -         snapweb
web-vitals                   MISSING     2.1.4    3.5.0  -         snapweb

One exception is typescript which could only be updated to 4.9.5 as >5 would conflict with react-scripts@5.0.1 which required typescript to be on version ^4

Signed-off-by: Christian König <ckoenig@posteo.de>
@badaix badaix merged commit 2628b77 into badaix:react Feb 23, 2024
@yubiuser yubiuser deleted the update/npm branch February 23, 2024 21:29
@badaix
Copy link
Owner

badaix commented Feb 23, 2024

Thanks, sorry haven't noticed your PR. Seems that this npm outdated should be checked regularly, right?

@yubiuser
Copy link
Contributor Author

Yes. I can PR a dependabot for this repo checking and filing PRs automatically.

@yubiuser
Copy link
Contributor Author

One exception is typescript which could only be updated to 4.9.5 as >5 would conflict with react-scripts@5.0.1 which required typescript to be on version ^4

P.S. You should consider switching from react-scripts to something else, as this project seems death.

See the last conversations here: facebook/create-react-app#13071

badaix pushed a commit that referenced this pull request Feb 24, 2024
Signed-off-by: Christian König <ckoenig@posteo.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants