This commit is contained in:
Nicolò Ribaudo
2020-04-29 20:33:47 +02:00
parent 7c80ed9598
commit 9c2846bcac
22 changed files with 72 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.9.5",
"version": "7.9.6",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
@@ -18,14 +18,14 @@
"@babel/helper-member-expression-to-functions": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.6",
"@babel/helper-replace-supers": "^7.9.6",
"@babel/helper-split-export-declaration": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/core": "^7.9.6",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}