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/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": {