This commit is contained in:
Nicolò Ribaudo
2021-02-03 01:59:31 +01:00
parent bab5c62f90
commit d291edbdf1
143 changed files with 816 additions and 816 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.12.1",
"version": "7.12.13",
"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.10.4",
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-replace-supers": "workspace:^7.12.1",
"@babel/helper-split-export-declaration": "workspace:^7.10.4",
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},
"keywords": [