@svgr/plugin-jsx
Advanced tools
Comparing version 6.2.1 to 6.3.0
@@ -61,2 +61,3 @@ 'use strict'; | ||
titleProp: config.titleProp, | ||
descProp: config.descProp, | ||
expandProps: config.expandProps, | ||
@@ -63,0 +64,0 @@ dimensions: config.dimensions, |
{ | ||
"name": "@svgr/plugin-jsx", | ||
"description": "Transform SVG into JSX", | ||
"version": "6.2.1", | ||
"version": "6.3.0", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx", | ||
@@ -34,8 +40,8 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
"dependencies": { | ||
"@babel/core": "^7.15.5", | ||
"@svgr/babel-preset": "^6.2.0", | ||
"@svgr/hast-util-to-babel-ast": "^6.2.1", | ||
"svg-parser": "^2.0.2" | ||
"@babel/core": "^7.18.5", | ||
"@svgr/babel-preset": "^6.3.0", | ||
"@svgr/hast-util-to-babel-ast": "^6.3.0", | ||
"svg-parser": "^2.0.4" | ||
}, | ||
"gitHead": "6158fe7027da781425d544d942f0996a973689c5" | ||
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
13880
97
Updated@babel/core@^7.18.5
Updated@svgr/babel-preset@^6.3.0
Updatedsvg-parser@^2.0.4