-
Notifications
You must be signed in to change notification settings - Fork 0
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
Resolve package conflicts and errors #1
Comments
Following #3, here's the new npm audit output:
|
It seems like all the issues stemmed from Babel. In #3 I selected "SWC" as the new tool, so after deleting babel dependencies they should be gone. |
New
|
|
following #6:
|
rimraf, glob, and inflight come from: jest 29 - jest 30 will bump the various uses of rimraf and glob |
abab and domexception are no longer used in jsdom 24. However, upcoming jest-environment-jsdom 30 depends on jsdom 22, which still uses abab and domexception. I'll open an issue - I'll make a pull request later. |
We'll have to wait for jest and react-docgen to upgrade. In the mean time, these install errors only appear when installing dev dependencies and don't affect the product. |
Here's a list of npm warns:
Time to get cracking!
The text was updated successfully, but these errors were encountered: