@babel/preset-env
Advanced tools
Comparing version 7.8.3 to 7.8.4
{ | ||
"name": "@babel/preset-env", | ||
"version": "7.8.3", | ||
"version": "7.8.4", | ||
"description": "A Babel preset for each environment.", | ||
@@ -14,4 +14,4 @@ "author": "Henry Zhu <hi@henryzoo.com>", | ||
"dependencies": { | ||
"@babel/compat-data": "^7.8.0", | ||
"@babel/helper-compilation-targets": "^7.8.3", | ||
"@babel/compat-data": "^7.8.4", | ||
"@babel/helper-compilation-targets": "^7.8.4", | ||
"@babel/helper-module-imports": "^7.8.3", | ||
@@ -45,3 +45,3 @@ "@babel/helper-plugin-utils": "^7.8.3", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3", | ||
"@babel/plugin-transform-for-of": "^7.8.3", | ||
"@babel/plugin-transform-for-of": "^7.8.4", | ||
"@babel/plugin-transform-function-name": "^7.8.3", | ||
@@ -57,3 +57,3 @@ "@babel/plugin-transform-literals": "^7.8.3", | ||
"@babel/plugin-transform-object-super": "^7.8.3", | ||
"@babel/plugin-transform-parameters": "^7.8.3", | ||
"@babel/plugin-transform-parameters": "^7.8.4", | ||
"@babel/plugin-transform-property-literals": "^7.8.3", | ||
@@ -66,9 +66,9 @@ "@babel/plugin-transform-regenerator": "^7.8.3", | ||
"@babel/plugin-transform-template-literals": "^7.8.3", | ||
"@babel/plugin-transform-typeof-symbol": "^7.8.3", | ||
"@babel/plugin-transform-typeof-symbol": "^7.8.4", | ||
"@babel/plugin-transform-unicode-regex": "^7.8.3", | ||
"@babel/types": "^7.8.3", | ||
"browserslist": "^4.8.2", | ||
"browserslist": "^4.8.5", | ||
"core-js-compat": "^3.6.2", | ||
"invariant": "^2.2.2", | ||
"levenary": "^1.1.0", | ||
"levenary": "^1.1.1", | ||
"semver": "^5.5.0" | ||
@@ -80,4 +80,4 @@ }, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/helper-fixtures": "^7.8.3", | ||
@@ -87,3 +87,3 @@ "@babel/helper-plugin-test-runner": "^7.8.3", | ||
}, | ||
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017" | ||
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a" | ||
} |
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
86335
33