This commit is contained in:
Babel Bot
2021-09-02 21:28:31 +00:00
parent 51c6a99c8e
commit b2376757d7
48 changed files with 271 additions and 272 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.14.9",
"version": "7.15.4",
"description": "Compile ES2015 classes to ES5",
"repository": {
"type": "git",
@@ -14,12 +14,12 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
"@babel/helper-function-name": "workspace:^7.15.4",
"@babel/helper-optimise-call-expression": "workspace:^7.15.4",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.15.4",
"@babel/helper-split-export-declaration": "workspace:^7.15.4",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},
"keywords": [