v7.0.0-beta.54
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-parameters",
|
||||
"version": "7.0.0-beta.53",
|
||||
"version": "7.0.0-beta.54",
|
||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-call-delegate": "7.0.0-beta.53",
|
||||
"@babel/helper-get-function-arity": "7.0.0-beta.53",
|
||||
"@babel/helper-plugin-utils": "7.0.0-beta.53"
|
||||
"@babel/helper-call-delegate": "7.0.0-beta.54",
|
||||
"@babel/helper-get-function-arity": "7.0.0-beta.54",
|
||||
"@babel/helper-plugin-utils": "7.0.0-beta.54"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
@@ -17,7 +17,7 @@
|
||||
"@babel/core": ">=7.0.0-beta.50 <7.0.0-rc.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.53",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.53"
|
||||
"@babel/core": "7.0.0-beta.54",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.54"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user