@putout/babel
Advanced tools
Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "@putout/babel", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"type": "commonjs", | ||
@@ -47,8 +47,8 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"devDependencies": { | ||
"@babel/code-frame": "^8.0.0-alpha.9", | ||
"@babel/generator": "^8.0.0-alpha.9", | ||
"@babel/parser": "^8.0.0-alpha.9", | ||
"@babel/template": "^8.0.0-alpha.9", | ||
"@babel/traverse": "^8.0.0-alpha.9", | ||
"@babel/types": "^8.0.0-alpha.9", | ||
"@babel/code-frame": "^8.0.0-alpha.10", | ||
"@babel/generator": "^8.0.0-alpha.10", | ||
"@babel/parser": "^8.0.0-alpha.10", | ||
"@babel/template": "^8.0.0-alpha.10", | ||
"@babel/traverse": "^8.0.0-alpha.10", | ||
"@babel/types": "^8.0.0-alpha.10", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
@@ -55,0 +55,0 @@ "@rollup/plugin-commonjs": "^25.0.2", |
@@ -6,3 +6,3 @@ # @putout/babel [![NPM version][NPMIMGURL]][NPMURL] | ||
**CommonJS** pre-builts of Babel 8: if you want to migrate to [v8](https://github.com/babel/babel/releases/tag/v8.0.0-alpha.5), but cannot support **ESM** right now. | ||
**CommonJS** pre-builts of Babel 8: if you want to migrate to [v8](https://github.com/babel/babel/releases/tag/v8.0.0-alpha.10), but cannot support **ESM** right now. | ||
@@ -9,0 +9,0 @@ Usage |
Sorry, the diff of this file is too big to display
2281468