@babel/traverse
Advanced tools
Comparing version 8.0.0-alpha.14 to 8.0.0-alpha.15
{ | ||
"name": "@babel/traverse", | ||
"version": "8.0.0-alpha.14", | ||
"version": "8.0.0-alpha.15", | ||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
@@ -19,7 +19,7 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/code-frame": "^8.0.0-alpha.14", | ||
"@babel/generator": "^8.0.0-alpha.14", | ||
"@babel/parser": "^8.0.0-alpha.14", | ||
"@babel/template": "^8.0.0-alpha.14", | ||
"@babel/types": "^8.0.0-alpha.14", | ||
"@babel/code-frame": "^8.0.0-alpha.15", | ||
"@babel/generator": "^8.0.0-alpha.15", | ||
"@babel/parser": "^8.0.0-alpha.15", | ||
"@babel/template": "^8.0.0-alpha.15", | ||
"@babel/types": "^8.0.0-alpha.15", | ||
"debug": "^4.3.1", | ||
@@ -29,4 +29,4 @@ "globals": "^15.9.0" | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14" | ||
"@babel/core": "^8.0.0-alpha.15", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
784171
8404