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/types",
"version": "7.12.10",
"version": "7.12.11",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -22,7 +22,7 @@
}
},
"dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.10.4",
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"lodash": "^4.17.19",
"to-fast-properties": "^2.0.0"
},