@babel/helper-module-transforms
Advanced tools
Comparing version 8.0.0-alpha.13 to 8.0.0-alpha.14
{ | ||
"name": "@babel/helper-module-transforms", | ||
"version": "8.0.0-alpha.13", | ||
"version": "8.0.0-alpha.14", | ||
"description": "Babel helper functions for implementing ES6 module transformations", | ||
@@ -18,11 +18,11 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/helper-module-imports": "^8.0.0-alpha.13", | ||
"@babel/helper-validator-identifier": "^8.0.0-alpha.13", | ||
"@babel/traverse": "^8.0.0-alpha.13" | ||
"@babel/helper-module-imports": "^8.0.0-alpha.14", | ||
"@babel/helper-validator-identifier": "^8.0.0-alpha.14", | ||
"@babel/traverse": "^8.0.0-alpha.14" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.13" | ||
"@babel/core": "^8.0.0-alpha.14" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.13" | ||
"@babel/core": "^8.0.0-alpha.14" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |