@babel/plugin-transform-shorthand-properties
Advanced tools
Comparing version 7.0.0-rc.2 to 7.0.0-rc.3
{ | ||
"name": "@babel/plugin-transform-shorthand-properties", | ||
"version": "7.0.0-rc.2", | ||
"version": "7.0.0-rc.3", | ||
"description": "Compile ES2015 shorthand properties to ES5", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-shorthand-properties", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-rc.2" | ||
"@babel/helper-plugin-utils": "7.0.0-rc.3" | ||
}, | ||
@@ -19,5 +19,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.2", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.2" | ||
"@babel/core": "7.0.0-rc.3", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.3" | ||
} | ||
} |
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
3209
4
+ Added@babel/helper-plugin-utils@7.0.0-rc.3(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-rc.2(transitive)