This commit is contained in:
Huáng Jùnliàng
2020-08-31 15:54:06 -04:00
parent 371e152cd2
commit af64ccb2b0
17 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.11.0",
"version": "7.11.5",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -21,8 +21,8 @@
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.11.0",
"@babel/generator": "workspace:^7.11.5",
"@babel/parser": "workspace:^7.11.5",
"chalk": "^4.1.0"
}
}