@svgr/core
Advanced tools
Comparing version 6.4.0 to 6.5.0
{ | ||
"name": "@svgr/core", | ||
"description": "Transform SVG into React Components.", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"main": "./dist/index.js", | ||
@@ -14,3 +14,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/core", | ||
"repository": "https://github.com/gregberge/svgr/tree/main/packages/core", | ||
"author": "Greg Bergé <berge.greg@gmail.com>", | ||
@@ -42,4 +42,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@svgr/babel-preset": "^6.4.0", | ||
"@svgr/plugin-jsx": "^6.4.0", | ||
"@babel/core": "^7.18.5", | ||
"@svgr/babel-preset": "^6.5.0", | ||
"@svgr/plugin-jsx": "^6.5.0", | ||
"camelcase": "^6.2.0", | ||
@@ -51,3 +52,3 @@ "cosmiconfig": "^7.0.1" | ||
}, | ||
"gitHead": "fd423ae712087c34ba044ecb9016e862ca32eac1" | ||
"gitHead": "b385279d27e51d34e4684dda326aa4216a485572" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
27643
5
+ Added@babel/core@^7.18.5
Updated@svgr/babel-preset@^6.5.0
Updated@svgr/plugin-jsx@^6.5.0