This commit is contained in:
Babel Bot 2021-03-15 09:34:23 +00:00
parent 759f8ecdce
commit 4b674ea031
7 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.13.8",
"version": "7.13.11",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.13.10",
"version": "7.13.11",
"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-proposal-class-static-block",
"version": "7.12.13",
"version": "7.13.11",
"description": "Allow parsing of class static blocks",
"repository": {
"type": "git",
@ -19,7 +19,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.13"
},
"peerDependencies": {

View File

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

View File

@ -1068,7 +1068,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"
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.13"
peerDependencies:
"@babel/core": ^7.12.0