This commit is contained in:
Babel Bot 2021-06-14 21:45:36 +00:00
parent f79e9ffe44
commit 1774e2aaef
12 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.14.5", "version": "7.14.6",
"private": true, "private": true,
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.14.5", "version": "7.14.6",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"main": "./lib/index.js", "main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
@ -52,8 +52,8 @@
"@babel/generator": "workspace:^7.14.5", "@babel/generator": "workspace:^7.14.5",
"@babel/helper-compilation-targets": "workspace:^7.14.5", "@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
"@babel/helpers": "workspace:^7.14.5", "@babel/helpers": "workspace:^7.14.6",
"@babel/parser": "workspace:^7.14.5", "@babel/parser": "workspace:^7.14.6",
"@babel/template": "workspace:^7.14.5", "@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.5", "@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5", "@babel/types": "workspace:^7.14.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.14.5", "version": "7.14.6",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6", "description": "Compile class public and private fields, private methods and decorators to ES6",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.14.5", "version": "7.14.6",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers", "homepage": "https://babel.dev/docs/en/next/babel-helpers",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.14.5", "version": "7.14.6",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"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-spread", "name": "@babel/plugin-transform-spread",
"version": "7.14.5", "version": "7.14.6",
"description": "Compile ES2015 spread to ES5", "description": "Compile ES2015 spread to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-typescript", "name": "@babel/plugin-transform-typescript",
"version": "7.14.5", "version": "7.14.6",
"description": "Transform TypeScript into ES.next", "description": "Transform TypeScript into ES.next",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"typescript" "typescript"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5", "@babel/helper-create-class-features-plugin": "workspace:^7.14.6",
"@babel/helper-plugin-utils": "workspace:^7.14.5", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-typescript": "workspace:^7.14.5" "@babel/plugin-syntax-typescript": "workspace:^7.14.5"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.14.5", "version": "7.14.6",
"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.14.5", "version": "7.14.6",
"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.14.5", "version": "7.14.6",
"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.14.5", "version": "7.14.6",
"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

@ -221,8 +221,8 @@ __metadata:
"@babel/helper-compilation-targets": "workspace:^7.14.5" "@babel/helper-compilation-targets": "workspace:^7.14.5"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5" "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5"
"@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.14.5" "@babel/helpers": "workspace:^7.14.6"
"@babel/parser": "workspace:^7.14.5" "@babel/parser": "workspace:^7.14.6"
"@babel/plugin-transform-modules-commonjs": "workspace:*" "@babel/plugin-transform-modules-commonjs": "workspace:*"
"@babel/template": "workspace:^7.14.5" "@babel/template": "workspace:^7.14.5"
"@babel/traverse": "workspace:^7.14.5" "@babel/traverse": "workspace:^7.14.5"
@ -447,7 +447,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": "@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.14.6, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin" resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
dependencies: dependencies:
@ -903,7 +903,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.5, @babel/helpers@workspace:packages/babel-helpers": "@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.6, @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:
@ -969,7 +969,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:packages/babel-parser": "@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @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:
@ -3034,7 +3034,7 @@ __metadata:
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript" resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5" "@babel/helper-create-class-features-plugin": "workspace:^7.14.6"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.14.5" "@babel/helper-plugin-utils": "workspace:^7.14.5"
"@babel/plugin-syntax-typescript": "workspace:^7.14.5" "@babel/plugin-syntax-typescript": "workspace:^7.14.5"