I'm trying to update to @babel/plugin-transform-runtime@8.0.1 and @babel/runtime@8.0.0 in a Next.js project, but @svgr/webpack currently requires Babel v7 (@babel/core@^7.21.3, @babel/preset-env@^7.20.2, etc.) so I'm currently blocked from this.
Are there plans to update @svgr/webpack to support Babel 8 and If so, any ETA?
I'm trying to update to
@babel/plugin-transform-runtime@8.0.1and@babel/runtime@8.0.0in a Next.js project, but@svgr/webpackcurrently requires Babel v7 (@babel/core@^7.21.3,@babel/preset-env@^7.20.2, etc.) so I'm currently blocked from this.Are there plans to update
@svgr/webpackto support Babel 8 and If so, any ETA?