This commit is contained in:
Nicolò Ribaudo
2020-01-13 22:36:19 +01:00
parent 6874c244ab
commit a7620bd266
143 changed files with 720 additions and 720 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.8.0",
"version": "7.8.3",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
@@ -9,9 +9,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.8.0",
"@babel/template": "^7.8.0",
"@babel/traverse": "^7.8.0",
"@babel/types": "^7.8.0"
"@babel/helper-function-name": "^7.8.3",
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3"
}
}