@babel/helper-import-to-platform-api
Advanced tools
Comparing version
{ | ||
"name": "@babel/helper-import-to-platform-api", | ||
"version": "8.0.0-alpha.14", | ||
"version": "8.0.0-alpha.15", | ||
"description": "Helper function to transform import statements to platform-specific APIs", | ||
@@ -17,12 +17,12 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.14", | ||
"@babel/helper-module-imports": "^8.0.0-alpha.14" | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.15", | ||
"@babel/helper-module-imports": "^8.0.0-alpha.15" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14" | ||
"@babel/core": "^8.0.0-alpha.15" | ||
}, | ||
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.", | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.14", | ||
"@babel/traverse": "^8.0.0-alpha.14" | ||
"@babel/core": "^8.0.0-alpha.15", | ||
"@babel/traverse": "^8.0.0-alpha.15" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |