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/traverse",
"version": "7.11.0",
"version": "7.11.5",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -16,11 +16,11 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.11.0",
"@babel/generator": "workspace:^7.11.5",
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.11.0",
"@babel/types": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.11.5",
"@babel/types": "workspace:^7.11.5",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"