This commit is contained in:
Nicolò Ribaudo
2021-02-18 15:58:43 +01:00
parent 35c41148dd
commit 2f755ef052
30 changed files with 100 additions and 100 deletions

View File

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