This commit is contained in:
Babel Bot
2021-05-12 16:58:57 +00:00
parent 9e241fc180
commit 7512095c84
33 changed files with 146 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.14.0",
"version": "7.14.2",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -49,14 +49,14 @@
},
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.14.0",
"@babel/generator": "workspace:^7.14.2",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.0",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2",
"@babel/helpers": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.2",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0",
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.14.1",
"version": "7.14.2",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
@@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.14.1",
"@babel/types": "workspace:^7.14.2",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.1",
"version": "7.14.2",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
@@ -19,7 +19,7 @@
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.13.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-function-name",
"version": "7.12.13",
"version": "7.14.2",
"description": "Helper function to change the property 'name' of every function",
"repository": {
"type": "git",
@@ -16,6 +16,6 @@
"dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.14.2"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.14.0",
"version": "7.14.2",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -21,7 +21,7 @@
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.14.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0"
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.13.13",
"version": "7.14.2",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-node",
@@ -23,7 +23,7 @@
"compiler"
],
"dependencies": {
"@babel/register": "workspace:^7.13.8",
"@babel/register": "workspace:^7.13.16",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"node-environment-flags": "^1.0.5",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.14.1",
"version": "7.14.2",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.13.15",
"version": "7.14.2",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.13.15",
"version": "7.14.2",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {
@@ -20,7 +20,7 @@
"decorators"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
"@babel/helper-create-class-features-plugin": "workspace:^7.14.2",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-dynamic-import",
"version": "7.13.8",
"version": "7.14.2",
"description": "Transform import() expressions",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.12.13",
"version": "7.14.2",
"description": "Compile export namespace to ES2015",
"repository": {
"type": "git",
@@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
"peerDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.13.8",
"version": "7.14.2",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.13.8",
"version": "7.14.2",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.13.8",
"version": "7.14.2",
"description": "Remove nullish coalescing operator",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.12.13",
"version": "7.14.2",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"peerDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.13.8",
"version": "7.14.2",
"description": "Compile object rest and spread to ES5",
"repository": {
"type": "git",
@@ -17,11 +17,11 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.13.8",
"@babel/helper-compilation-targets": "workspace:^7.13.8",
"@babel/compat-data": "workspace:^7.14.0",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
"@babel/plugin-transform-parameters": "workspace:^7.14.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.13.8",
"version": "7.14.2",
"description": "Compile optional catch bindings",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.13.12",
"version": "7.14.2",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.14.1",
"version": "7.14.2",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.13.0",
"version": "7.14.2",
"description": "Compile ES2015 classes to ES5",
"repository": {
"type": "git",
@@ -15,10 +15,10 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-replace-supers": "workspace:^7.13.0",
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-amd",
"version": "7.14.0",
"version": "7.14.2",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.14.0",
"@babel/helper-module-transforms": "workspace:^7.14.2",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.13.0",
"version": "7.14.2",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-display-name",
"version": "7.12.13",
"version": "7.14.2",
"description": "Add displayName to React.createClass calls",
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-source",
"version": "7.12.13",
"version": "7.14.2",
"description": "Add a __source prop to all JSX Elements",
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.13.15",
"version": "7.14.2",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.14.1",
"version": "7.14.2",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
@@ -21,18 +21,18 @@
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.15",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.2",
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
"@babel/plugin-proposal-class-static-block": "workspace:^7.13.11",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8",
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
"@babel/plugin-proposal-json-strings": "workspace:^7.13.8",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.13.8",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.2",
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.14.2",
"@babel/plugin-proposal-json-strings": "workspace:^7.14.2",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.14.2",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.2",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.2",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.14.2",
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "workspace:^7.14.0",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
@@ -53,8 +53,8 @@
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1",
"@babel/plugin-transform-classes": "workspace:^7.13.0",
"@babel/plugin-transform-block-scoping": "workspace:^7.14.2",
"@babel/plugin-transform-classes": "workspace:^7.14.2",
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
"@babel/plugin-transform-destructuring": "workspace:^7.13.17",
"@babel/plugin-transform-dotall-regex": "workspace:^7.12.13",
@@ -64,14 +64,14 @@
"@babel/plugin-transform-function-name": "workspace:^7.12.13",
"@babel/plugin-transform-literals": "workspace:^7.12.13",
"@babel/plugin-transform-member-expression-literals": "workspace:^7.12.13",
"@babel/plugin-transform-modules-amd": "workspace:^7.14.0",
"@babel/plugin-transform-modules-amd": "workspace:^7.14.2",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.0",
"@babel/plugin-transform-modules-systemjs": "workspace:^7.13.8",
"@babel/plugin-transform-modules-umd": "workspace:^7.14.0",
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.12.13",
"@babel/plugin-transform-new-target": "workspace:^7.12.13",
"@babel/plugin-transform-object-super": "workspace:^7.12.13",
"@babel/plugin-transform-parameters": "workspace:^7.13.0",
"@babel/plugin-transform-parameters": "workspace:^7.14.2",
"@babel/plugin-transform-property-literals": "workspace:^7.12.13",
"@babel/plugin-transform-regenerator": "workspace:^7.13.15",
"@babel/plugin-transform-reserved-words": "workspace:^7.12.13",
@@ -83,7 +83,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.14.1",
"@babel/types": "workspace:^7.14.2",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.14.1",
"version": "7.14.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.14.0",
"version": "7.14.2",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
@@ -17,11 +17,11 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.14.0",
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.14.2",
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/parser": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2",
"debug": "^4.1.0",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.14.1",
"version": "7.14.2",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-types",