This commit is contained in:
Nicolò Ribaudo
2021-04-29 21:59:57 +02:00
parent 0f2a1a8153
commit 3c0152a217
27 changed files with 131 additions and 132 deletions

View File

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