@babel/plugin-transform-exponentiation-operator
Advanced tools
Comparing version 7.14.5 to 7.16.0
{ | ||
"name": "@babel/plugin-transform-exponentiation-operator", | ||
"version": "7.14.5", | ||
"version": "7.16.0", | ||
"description": "Compile exponentiation operator to ES5", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5", | ||
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.0", | ||
"@babel/helper-plugin-utils": "^7.14.5" | ||
@@ -28,4 +28,4 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.14.5", | ||
"@babel/helper-plugin-test-runner": "7.14.5" | ||
"@babel/core": "^7.16.0", | ||
"@babel/helper-plugin-test-runner": "^7.16.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "engines": { |
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
3306