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",
"version": "7.13.15",
"version": "7.13.16",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"type": "commonjs",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.13.15",
"version": "7.13.16",
"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.13.9",
"@babel/helper-compilation-targets": "workspace:^7.13.13",
"@babel/generator": "workspace:^7.13.16",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
"@babel/helpers": "workspace:^7.13.10",
"@babel/parser": "workspace:^7.13.15",
"@babel/helpers": "workspace:^7.13.16",
"@babel/parser": "workspace:^7.13.16",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.15",
"@babel/types": "workspace:^7.13.14",
"@babel/types": "workspace:^7.13.16",
"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.13.9",
"version": "7.13.16",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.16",
"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-compilation-targets",
"version": "7.13.13",
"version": "7.13.16",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.13.12",
"@babel/compat-data": "workspace:^7.13.15",
"@babel/helper-validator-option": "workspace:^7.12.17",
"browserslist": "^4.14.5",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.13.0",
"version": "7.13.16",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
"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.",
"dependencies": {
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
"@babel/traverse": "workspace:^7.13.15",
"@babel/types": "workspace:^7.13.16"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.13.14",
"version": "7.13.16",
"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",

View File

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