@babel/helpers
Advanced tools
Comparing version 8.0.0-alpha.14 to 8.0.0-alpha.15
{ | ||
"name": "@babel/helpers", | ||
"version": "8.0.0-alpha.14", | ||
"version": "8.0.0-alpha.15", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -18,9 +18,9 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/template": "^8.0.0-alpha.14", | ||
"@babel/types": "^8.0.0-alpha.14" | ||
"@babel/template": "^8.0.0-alpha.15", | ||
"@babel/types": "^8.0.0-alpha.15" | ||
}, | ||
"devDependencies": { | ||
"@babel/generator": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14", | ||
"@babel/parser": "^8.0.0-alpha.14", | ||
"@babel/generator": "^8.0.0-alpha.15", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15", | ||
"@babel/parser": "^8.0.0-alpha.15", | ||
"regenerator-runtime": "^0.14.0" | ||
@@ -27,0 +27,0 @@ }, |