This commit is contained in:
Nicolò Ribaudo
2020-12-16 00:55:11 +01:00
parent e29742717d
commit a1acfba387
17 changed files with 56 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-function-name",
"version": "7.10.4",
"version": "7.12.11",
"description": "Helper function to change the property 'name' of every function",
"repository": {
"type": "git",
@@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.10.4",
"@babel/template": "workspace:^7.10.4",
"@babel/types": "workspace:^7.10.4"
"@babel/helper-get-function-arity": "workspace:^7.12.10",
"@babel/template": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.11"
}
}