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/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",