We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
svgr/webpack 5.5.0 is using some "old" dependencies that are causing some npm audit and dependabot warnings (see #12132)
Bump svgr/webpack to latest version: 6.x
SVGR v6 uses SVGO v2 under the hood and includes tons of improvement. Might need some migration work: SVGR migration guide.
The text was updated successfully, but these errors were encountered:
can it be solved by #12026 ?
Sorry, something went wrong.
Also getting a warning from yarn on install of a new project now:
warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Is your proposal related to a problem?
svgr/webpack 5.5.0 is using some "old" dependencies that are causing some npm audit and dependabot warnings
(see #12132)
Describe the solution you'd like
Bump svgr/webpack to latest version: 6.x
Additional context
SVGR v6 uses SVGO v2 under the hood and includes tons of improvement.
Might need some migration work: SVGR migration guide.
The text was updated successfully, but these errors were encountered: