v7.0.0-beta.56
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-classes",
|
||||
"version": "7.0.0-beta.55",
|
||||
"version": "7.0.0-beta.56",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "7.0.0-beta.55",
|
||||
"@babel/helper-define-map": "7.0.0-beta.55",
|
||||
"@babel/helper-function-name": "7.0.0-beta.55",
|
||||
"@babel/helper-optimise-call-expression": "7.0.0-beta.55",
|
||||
"@babel/helper-plugin-utils": "7.0.0-beta.55",
|
||||
"@babel/helper-replace-supers": "7.0.0-beta.55",
|
||||
"@babel/helper-split-export-declaration": "7.0.0-beta.55",
|
||||
"@babel/helper-annotate-as-pure": "7.0.0-beta.56",
|
||||
"@babel/helper-define-map": "7.0.0-beta.56",
|
||||
"@babel/helper-function-name": "7.0.0-beta.56",
|
||||
"@babel/helper-optimise-call-expression": "7.0.0-beta.56",
|
||||
"@babel/helper-plugin-utils": "7.0.0-beta.56",
|
||||
"@babel/helper-replace-supers": "7.0.0-beta.56",
|
||||
"@babel/helper-split-export-declaration": "7.0.0-beta.56",
|
||||
"globals": "^11.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -22,7 +22,7 @@
|
||||
"@babel/core": ">=7.0.0-beta.50 <7.0.0-rc.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.55",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.55"
|
||||
"@babel/core": "7.0.0-beta.56",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.56"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user