This commit is contained in:
Babel Bot 2021-04-20 11:11:32 +00:00
parent 21ef7c8816
commit d94a8e50ed
17 changed files with 46 additions and 46 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin", "name": "@babel/eslint-plugin",
"version": "7.13.15", "version": "7.13.16",
"description": "Companion rules for @babel/eslint-parser", "description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js", "main": "./lib/index.js",
"type": "commonjs", "type": "commonjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.13.15", "version": "7.13.16",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.13.14", "version": "7.13.16",
"description": "Babel command line.", "description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-cli", "homepage": "https://babel.dev/docs/en/next/babel-cli",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-compilation-targets", "name": "@babel/helper-compilation-targets",
"version": "7.13.13", "version": "7.13.16",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Helper functions on Babel compilation targets", "description": "Helper functions on Babel compilation targets",
@ -21,7 +21,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.13.12", "@babel/compat-data": "workspace:^7.13.15",
"@babel/helper-validator-option": "workspace:^7.12.17", "@babel/helper-validator-option": "workspace:^7.12.17",
"browserslist": "^4.14.5", "browserslist": "^4.14.5",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0" "semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-hoist-variables", "name": "@babel/helper-hoist-variables",
"version": "7.13.0", "version": "7.13.16",
"description": "Helper function to hoist variables", "description": "Helper function to hoist variables",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.", "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.",
"dependencies": { "dependencies": {
"@babel/traverse": "workspace:^7.13.0", "@babel/traverse": "workspace:^7.13.15",
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.16"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.13.10", "version": "7.13.16",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helpers", "homepage": "https://babel.dev/docs/en/next/babel-helpers",
@ -16,8 +16,8 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0", "@babel/traverse": "workspace:^7.13.15",
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.16"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoping", "name": "@babel/plugin-transform-block-scoping",
"version": "7.12.13", "version": "7.13.16",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.13.0"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/register", "name": "@babel/register",
"version": "7.13.14", "version": "7.13.16",
"description": "babel require hook", "description": "babel require hook",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.13.10", "version": "7.13.16",
"description": "babel's modular runtime helpers with core-js@2 polyfilling", "description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.13.10", "version": "7.13.16",
"description": "babel's modular runtime helpers with core-js@3 polyfilling", "description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime", "name": "@babel/runtime",
"version": "7.13.10", "version": "7.13.16",
"description": "babel's modular runtime helpers", "description": "babel's modular runtime helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

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

View File

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

View File

@ -138,7 +138,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.12, @babel/compat-data@workspace:^7.13.15, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data": "@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.15, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data" resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies: dependencies:
@ -200,15 +200,15 @@ __metadata:
resolution: "@babel/core@workspace:packages/babel-core" resolution: "@babel/core@workspace:packages/babel-core"
dependencies: dependencies:
"@babel/code-frame": "workspace:^7.12.13" "@babel/code-frame": "workspace:^7.12.13"
"@babel/generator": "workspace:^7.13.9" "@babel/generator": "workspace:^7.13.16"
"@babel/helper-compilation-targets": "workspace:^7.13.13" "@babel/helper-compilation-targets": "workspace:^7.13.16"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14" "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14"
"@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.13.10" "@babel/helpers": "workspace:^7.13.16"
"@babel/parser": "workspace:^7.13.15" "@babel/parser": "workspace:^7.13.16"
"@babel/template": "workspace:^7.12.13" "@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.15" "@babel/traverse": "workspace:^7.13.15"
"@babel/types": "workspace:^7.13.14" "@babel/types": "workspace:^7.13.16"
"@types/convert-source-map": ^1.5.1 "@types/convert-source-map": ^1.5.1
"@types/debug": ^4.1.0 "@types/debug": ^4.1.0
"@types/resolve": ^1.3.2 "@types/resolve": ^1.3.2
@ -320,13 +320,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator": "@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.16, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/generator@workspace:packages/babel-generator" resolution: "@babel/generator@workspace:packages/babel-generator"
dependencies: dependencies:
"@babel/helper-fixtures": "workspace:*" "@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*" "@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.16"
"@types/jsesc": ^2.5.0 "@types/jsesc": ^2.5.0
"@types/source-map": ^0.5.0 "@types/source-map": ^0.5.0
jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1" jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
@ -393,11 +393,11 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": "@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.16, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets" resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
dependencies: dependencies:
"@babel/compat-data": "workspace:^7.13.12" "@babel/compat-data": "workspace:^7.13.15"
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-validator-option": "workspace:^7.12.17" "@babel/helper-validator-option": "workspace:^7.12.17"
browserslist: ^4.14.5 browserslist: ^4.14.5
@ -570,8 +570,8 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-hoist-variables@workspace:packages/babel-helper-hoist-variables" resolution: "@babel/helper-hoist-variables@workspace:packages/babel-helper-hoist-variables"
dependencies: dependencies:
"@babel/traverse": "workspace:^7.13.0" "@babel/traverse": "workspace:^7.13.15"
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.16"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -868,14 +868,14 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.13.10, @babel/helpers@workspace:packages/babel-helpers": "@babel/helpers@workspace:*, @babel/helpers@workspace:^7.13.16, @babel/helpers@workspace:packages/babel-helpers":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helpers@workspace:packages/babel-helpers" resolution: "@babel/helpers@workspace:packages/babel-helpers"
dependencies: dependencies:
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/template": "workspace:^7.12.13" "@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.0" "@babel/traverse": "workspace:^7.13.15"
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.16"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -934,7 +934,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:packages/babel-parser": "@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:^7.13.16, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser" resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies: dependencies:
@ -1973,7 +1973,7 @@ __metadata:
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.13.0"
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
languageName: unknown languageName: unknown
@ -3476,7 +3476,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.14, @babel/types@workspace:packages/babel-types": "@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.14, @babel/types@workspace:^7.13.16, @babel/types@workspace:packages/babel-types":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/types@workspace:packages/babel-types" resolution: "@babel/types@workspace:packages/babel-types"
dependencies: dependencies: