@babel/plugin-transform-classes
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10
@@ -586,3 +586,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.9"); | ||
api.assertVersion("8.0.0-alpha.10"); | ||
const { | ||
@@ -589,0 +589,0 @@ loose = false |
{ | ||
"name": "@babel/plugin-transform-classes", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "Compile ES2015 classes to ES5", | ||
@@ -17,9 +17,9 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.9", | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.9", | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.9", | ||
"@babel/helper-function-name": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9", | ||
"@babel/helper-replace-supers": "^8.0.0-alpha.9", | ||
"@babel/helper-split-export-declaration": "^8.0.0-alpha.9", | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.10", | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.10", | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.10", | ||
"@babel/helper-function-name": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/helper-replace-supers": "^8.0.0-alpha.10", | ||
"@babel/helper-split-export-declaration": "^8.0.0-alpha.10", | ||
"globals": "^13.5.0" | ||
@@ -31,8 +31,8 @@ }, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9", | ||
"@babel/traverse": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10", | ||
"@babel/traverse": "^8.0.0-alpha.10" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
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
159662