@svgr/babel-preset
Advanced tools
Comparing version 6.0.0-alpha.0 to 6.0.0-alpha.1
{ | ||
"name": "@svgr/babel-preset", | ||
"description": "SVGR preset that apply transformations from config", | ||
"version": "6.0.0-alpha.0", | ||
"main": "lib/index.js", | ||
"version": "6.0.0-alpha.1", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset", | ||
@@ -24,18 +26,21 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@svgr/babel-plugin-add-jsx-attribute": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^6.0.0-alpha.1", | ||
"@svgr/babel-plugin-transform-svg-component": "^6.0.0-alpha.1" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0" | ||
}, | ||
"scripts": { | ||
"prebuild": "rm -rf lib/", | ||
"build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", | ||
"prepublishOnly": "yarn run build" | ||
"reset": "rm -rf dist", | ||
"build": "rollup -c ../../build/rollup.config.js", | ||
"prepublishOnly": "npm run reset && npm run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", | ||
"@svgr/babel-plugin-transform-svg-component": "^6.0.0-alpha.0" | ||
}, | ||
"gitHead": "4ab46a3a4f7b9aa589e991c98058473b8bd48af6" | ||
"gitHead": "22e2736665552263fff88683e1551b8ad852b150" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12604
6
122
9
1
+ Added@svgr/babel-plugin-add-jsx-attribute@6.5.1(transitive)
+ Added@svgr/babel-plugin-remove-jsx-attribute@6.5.0(transitive)
+ Added@svgr/babel-plugin-remove-jsx-empty-expression@6.5.0(transitive)
+ Added@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(transitive)
+ Added@svgr/babel-plugin-svg-dynamic-title@6.5.1(transitive)
+ Added@svgr/babel-plugin-svg-em-dimensions@6.5.1(transitive)
+ Added@svgr/babel-plugin-transform-react-native-svg@6.5.1(transitive)
- Removed@svgr/babel-plugin-add-jsx-attribute@5.4.0(transitive)
- Removed@svgr/babel-plugin-remove-jsx-attribute@5.4.0(transitive)
- Removed@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1(transitive)
- Removed@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1(transitive)
- Removed@svgr/babel-plugin-svg-dynamic-title@5.4.0(transitive)
- Removed@svgr/babel-plugin-svg-em-dimensions@5.4.0(transitive)
- Removed@svgr/babel-plugin-transform-react-native-svg@5.4.0(transitive)
Updated@svgr/babel-plugin-remove-jsx-attribute@^6.0.0-alpha.1
Updated@svgr/babel-plugin-remove-jsx-empty-expression@^6.0.0-alpha.1
Updated@svgr/babel-plugin-replace-jsx-attribute-value@^6.0.0-alpha.1
Updated@svgr/babel-plugin-transform-react-native-svg@^6.0.0-alpha.1
Updated@svgr/babel-plugin-transform-svg-component@^6.0.0-alpha.1