@babel/plugin-proposal-class-properties
Advanced tools
Comparing version 7.0.0-beta.56 to 7.0.0-rc.0
{ | ||
"name": "@babel/plugin-proposal-class-properties", | ||
"version": "7.0.0-beta.56", | ||
"version": "7.0.0-rc.0", | ||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", | ||
@@ -12,8 +12,8 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties", | ||
"dependencies": { | ||
"@babel/helper-function-name": "7.0.0-beta.56", | ||
"@babel/helper-member-expression-to-functions": "7.0.0-beta.56", | ||
"@babel/helper-optimise-call-expression": "7.0.0-beta.56", | ||
"@babel/helper-plugin-utils": "7.0.0-beta.56", | ||
"@babel/helper-replace-supers": "7.0.0-beta.56", | ||
"@babel/plugin-syntax-class-properties": "7.0.0-beta.56" | ||
"@babel/helper-function-name": "7.0.0-rc.0", | ||
"@babel/helper-member-expression-to-functions": "7.0.0-rc.0", | ||
"@babel/helper-optimise-call-expression": "7.0.0-rc.0", | ||
"@babel/helper-plugin-utils": "7.0.0-rc.0", | ||
"@babel/helper-replace-supers": "7.0.0-rc.0", | ||
"@babel/plugin-syntax-class-properties": "7.0.0-rc.0" | ||
}, | ||
@@ -24,5 +24,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.56", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.56" | ||
"@babel/core": "7.0.0-rc.0", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.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
14636
+ Added@babel/helper-function-name@7.0.0-rc.0(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-rc.0(transitive)
+ Added@babel/helper-member-expression-to-functions@7.0.0-rc.0(transitive)
+ Added@babel/helper-optimise-call-expression@7.0.0-rc.0(transitive)
+ Added@babel/helper-plugin-utils@7.0.0-rc.0(transitive)
+ Added@babel/helper-replace-supers@7.0.0-rc.0(transitive)
+ Added@babel/plugin-syntax-class-properties@7.0.0-rc.0(transitive)
- Removed@babel/helper-function-name@7.0.0-beta.56(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.56(transitive)
- Removed@babel/helper-member-expression-to-functions@7.0.0-beta.56(transitive)
- Removed@babel/helper-optimise-call-expression@7.0.0-beta.56(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-beta.56(transitive)
- Removed@babel/helper-replace-supers@7.0.0-beta.56(transitive)
- Removed@babel/plugin-syntax-class-properties@7.0.0-beta.56(transitive)
Updated@babel/helper-member-expression-to-functions@7.0.0-rc.0