This commit is contained in:
Babel Bot
2021-07-20 17:51:55 +00:00
parent 22b2f4fc02
commit e591780244
19 changed files with 71 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.6",
"version": "7.14.8",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
@@ -20,7 +20,7 @@
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
"@babel/helper-member-expression-to-functions": "workspace:^7.14.7",
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.14.5"