v7.14.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.13.17",
|
||||
"version": "7.14.0",
|
||||
"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://babel.dev/docs/en/next/babel-traverse",
|
||||
@@ -17,11 +17,11 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.13.16",
|
||||
"@babel/generator": "workspace:^7.14.0",
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/parser": "workspace:^7.13.16",
|
||||
"@babel/types": "workspace:^7.13.17",
|
||||
"@babel/parser": "workspace:^7.14.0",
|
||||
"@babel/types": "workspace:^7.14.0",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user