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 Yarn peer dependency warning from @babel/core #786

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Fix Yarn peer dependency warning from @babel/core #786

merged 1 commit into from
Oct 5, 2022

Conversation

joshkel
Copy link
Contributor

@joshkel joshkel commented Oct 5, 2022

Summary

Installing @svgr/core with Yarn Modern (Yarn 2+) gives the following warning:

➤ YN0002: │ @svgr/core@npm:6.4.0 doesn't provide @babel/core (p0b84c), requested by @svgr/babel-preset

Fixes #785.

Test plan

npm run test and npm run lint still pass.

Installing @svgr/core with Yarn Modern (Yarn 2+) gives the following warning:

```
➤ YN0002: │ @svgr/core@npm:6.4.0 doesn't provide @babel/core (p0b84c), requested by @svgr/babel-preset
```

Fixes #785
@vercel
Copy link

vercel bot commented Oct 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
svgr ❌ Failed (Inspect) Oct 5, 2022 at 2:37PM (UTC)

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.

Peer dependency warning from @svgr/core
2 participants