This commit is contained in:
Nicolò Ribaudo
2021-02-03 01:59:31 +01:00
parent bab5c62f90
commit d291edbdf1
143 changed files with 816 additions and 816 deletions

View File

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