@babel/preset-env
Advanced tools
Comparing version 7.18.6 to 7.18.9
{ | ||
"name": "@babel/preset-env", | ||
"version": "7.18.6", | ||
"version": "7.18.9", | ||
"description": "A Babel preset for each environment.", | ||
@@ -19,8 +19,8 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/compat-data": "^7.18.6", | ||
"@babel/helper-compilation-targets": "^7.18.6", | ||
"@babel/helper-plugin-utils": "^7.18.6", | ||
"@babel/compat-data": "^7.18.8", | ||
"@babel/helper-compilation-targets": "^7.18.9", | ||
"@babel/helper-plugin-utils": "^7.18.9", | ||
"@babel/helper-validator-option": "^7.18.6", | ||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", | ||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.6", | ||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.18.6", | ||
@@ -30,10 +30,10 @@ "@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-dynamic-import": "^7.18.6", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.18.6", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9", | ||
"@babel/plugin-proposal-json-strings": "^7.18.6", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.6", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-numeric-separator": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.18.9", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
@@ -60,16 +60,16 @@ "@babel/plugin-proposal-private-property-in-object": "^7.18.6", | ||
"@babel/plugin-transform-block-scoped-functions": "^7.18.6", | ||
"@babel/plugin-transform-block-scoping": "^7.18.6", | ||
"@babel/plugin-transform-classes": "^7.18.6", | ||
"@babel/plugin-transform-computed-properties": "^7.18.6", | ||
"@babel/plugin-transform-destructuring": "^7.18.6", | ||
"@babel/plugin-transform-block-scoping": "^7.18.9", | ||
"@babel/plugin-transform-classes": "^7.18.9", | ||
"@babel/plugin-transform-computed-properties": "^7.18.9", | ||
"@babel/plugin-transform-destructuring": "^7.18.9", | ||
"@babel/plugin-transform-dotall-regex": "^7.18.6", | ||
"@babel/plugin-transform-duplicate-keys": "^7.18.6", | ||
"@babel/plugin-transform-duplicate-keys": "^7.18.9", | ||
"@babel/plugin-transform-exponentiation-operator": "^7.18.6", | ||
"@babel/plugin-transform-for-of": "^7.18.6", | ||
"@babel/plugin-transform-function-name": "^7.18.6", | ||
"@babel/plugin-transform-literals": "^7.18.6", | ||
"@babel/plugin-transform-for-of": "^7.18.8", | ||
"@babel/plugin-transform-function-name": "^7.18.9", | ||
"@babel/plugin-transform-literals": "^7.18.9", | ||
"@babel/plugin-transform-member-expression-literals": "^7.18.6", | ||
"@babel/plugin-transform-modules-amd": "^7.18.6", | ||
"@babel/plugin-transform-modules-commonjs": "^7.18.6", | ||
"@babel/plugin-transform-modules-systemjs": "^7.18.6", | ||
"@babel/plugin-transform-modules-systemjs": "^7.18.9", | ||
"@babel/plugin-transform-modules-umd": "^7.18.6", | ||
@@ -79,3 +79,3 @@ "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", | ||
"@babel/plugin-transform-object-super": "^7.18.6", | ||
"@babel/plugin-transform-parameters": "^7.18.6", | ||
"@babel/plugin-transform-parameters": "^7.18.8", | ||
"@babel/plugin-transform-property-literals": "^7.18.6", | ||
@@ -85,10 +85,10 @@ "@babel/plugin-transform-regenerator": "^7.18.6", | ||
"@babel/plugin-transform-shorthand-properties": "^7.18.6", | ||
"@babel/plugin-transform-spread": "^7.18.6", | ||
"@babel/plugin-transform-spread": "^7.18.9", | ||
"@babel/plugin-transform-sticky-regex": "^7.18.6", | ||
"@babel/plugin-transform-template-literals": "^7.18.6", | ||
"@babel/plugin-transform-typeof-symbol": "^7.18.6", | ||
"@babel/plugin-transform-template-literals": "^7.18.9", | ||
"@babel/plugin-transform-typeof-symbol": "^7.18.9", | ||
"@babel/plugin-transform-unicode-escapes": "^7.18.6", | ||
"@babel/plugin-transform-unicode-regex": "^7.18.6", | ||
"@babel/preset-modules": "^0.1.5", | ||
"@babel/types": "^7.18.6", | ||
"@babel/types": "^7.18.9", | ||
"babel-plugin-polyfill-corejs2": "^0.3.1", | ||
@@ -104,6 +104,6 @@ "babel-plugin-polyfill-corejs3": "^0.5.2", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.6", | ||
"@babel/core": "^7.18.9", | ||
"@babel/core-7.12": "npm:@babel/core@7.12.9", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/traverse": "^7.18.6" | ||
"@babel/traverse": "^7.18.9" | ||
}, | ||
@@ -110,0 +110,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