rollup-plugin-babel
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
{ | ||
"name": "rollup-plugin-babel", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"description": "Seamless integration between Rollup and Babel.", | ||
@@ -36,3 +36,3 @@ "main": "dist/rollup-plugin-babel.cjs.js", | ||
"dependencies": { | ||
"@babel/helper-module-imports": "7.0.0-beta.35", | ||
"@babel/helper-module-imports": "7.0.0-beta.44", | ||
"rollup-pluginutils": "^2.0.1" | ||
@@ -44,7 +44,7 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.35", | ||
"@babel/plugin-external-helpers": "7.0.0-beta.35", | ||
"@babel/plugin-proposal-decorators": "7.0.0-beta.35", | ||
"@babel/plugin-transform-runtime": "7.0.0-beta.35", | ||
"@babel/preset-env": "7.0.0-beta.35", | ||
"@babel/core": "7.0.0-beta.44", | ||
"@babel/plugin-external-helpers": "7.0.0-beta.44", | ||
"@babel/plugin-proposal-decorators": "7.0.0-beta.44", | ||
"@babel/plugin-transform-runtime": "7.0.0-beta.44", | ||
"@babel/preset-env": "7.0.0-beta.44", | ||
"buble": "^0.18.0", | ||
@@ -51,0 +51,0 @@ "eslint": "^3.12.0", |
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
+ Added@babel/helper-module-imports@7.0.0-beta.44(transitive)
+ Added@babel/types@7.0.0-beta.44(transitive)
- Removed@babel/helper-module-imports@7.0.0-beta.35(transitive)
- Removed@babel/types@7.0.0-beta.35(transitive)