This commit is contained in:
Babel Bot 2021-04-20 23:05:58 +00:00
parent 87e35ae5c7
commit 006e2c9393
10 changed files with 23 additions and 23 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.13.16",
"version": "7.13.17",
"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.15",
"@babel/types": "workspace:^7.13.16"
"@babel/traverse": "workspace:^7.13.17",
"@babel/types": "workspace:^7.13.17"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.13.0",
"version": "7.13.17",
"description": "Compile ES2015 destructuring to ES5",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.13.16",
"version": "7.13.17",
"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.16",
"version": "7.13.17",
"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.16",
"version": "7.13.17",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.13.16",
"version": "7.13.17",
"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.13.15",
"version": "7.13.17",
"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.13.9",
"@babel/generator": "workspace:^7.13.16",
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/parser": "workspace:^7.13.15",
"@babel/types": "workspace:^7.13.14",
"@babel/parser": "workspace:^7.13.16",
"@babel/types": "workspace:^7.13.17",
"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.13.16",
"version": "7.13.17",
"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

@ -320,7 +320,7 @@ __metadata:
languageName: node
linkType: hard
"@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":
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.16, @babel/generator@workspace:packages/babel-generator":
version: 0.0.0-use.local
resolution: "@babel/generator@workspace:packages/babel-generator"
dependencies:
@ -874,8 +874,8 @@ __metadata:
dependencies:
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.15"
"@babel/types": "workspace:^7.13.16"
"@babel/traverse": "workspace:^7.13.17"
"@babel/types": "workspace:^7.13.17"
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:^7.13.16, @babel/parser@workspace:packages/babel-parser":
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @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:
@ -3449,17 +3449,17 @@ __metadata:
languageName: node
linkType: hard
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:^7.13.15, @babel/traverse@workspace:packages/babel-traverse":
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:^7.13.15, @babel/traverse@workspace:^7.13.17, @babel/traverse@workspace:packages/babel-traverse":
version: 0.0.0-use.local
resolution: "@babel/traverse@workspace:packages/babel-traverse"
dependencies:
"@babel/code-frame": "workspace:^7.12.13"
"@babel/generator": "workspace:^7.13.9"
"@babel/generator": "workspace:^7.13.16"
"@babel/helper-function-name": "workspace:^7.12.13"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
"@babel/parser": "workspace:^7.13.15"
"@babel/types": "workspace:^7.13.14"
"@babel/parser": "workspace:^7.13.16"
"@babel/types": "workspace:^7.13.17"
debug: ^4.1.0
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.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:^7.13.16, @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:^7.13.17, @babel/types@workspace:packages/babel-types":
version: 0.0.0-use.local
resolution: "@babel/types@workspace:packages/babel-types"
dependencies: