This commit is contained in:
Nicolò Ribaudo
2021-04-29 21:59:57 +02:00
parent 0f2a1a8153
commit 3c0152a217
27 changed files with 131 additions and 132 deletions

View File

@@ -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"
},