This commit is contained in:
Nicolò Ribaudo
2019-03-19 21:27:16 +01:00
parent 3303b079c5
commit f1328fb913
43 changed files with 150 additions and 150 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.3.3",
"version": "7.4.0",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
"license": "MIT",
@@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-call-delegate": "^7.1.0",
"@babel/helper-call-delegate": "^7.4.0",
"@babel/helper-get-function-arity": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0"
},
@@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/core": "^7.4.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}