Skip to content

Commit

Permalink
v7.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Mar 15, 2021
1 parent 759f8ec commit 4b674ea
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.13.10",
"version": "7.13.11",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -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": "",
Expand Down
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -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",
Expand Down
@@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -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
Expand Down

0 comments on commit 4b674ea

Please sign in to comment.