babel-plugin-typescript-to-flow
Advanced tools
Comparing version 0.12.6 to 0.13.0
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.12.6", | ||
"version": "0.13.0", | ||
"scripts": { | ||
@@ -30,19 +30,19 @@ "cover": "jest --coverage", | ||
"dependencies": { | ||
"@babel/template": "^7.15.4", | ||
"@babel/traverse": "^7.15.4", | ||
"@babel/types": "^7.15.6" | ||
"@babel/template": "^7.16.0", | ||
"@babel/traverse": "^7.16.5", | ||
"@babel/types": "^7.16.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.15.6", | ||
"@babel/preset-env": "^7.15.8", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@flowts/babel-plugin-recast": "^0.12.6", | ||
"@babel/plugin-proposal-class-properties": "^7.16.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.16.5", | ||
"@babel/preset-env": "^7.16.5", | ||
"@babel/preset-typescript": "^7.16.5", | ||
"@flowts/babel-plugin-recast": "^0.13.0", | ||
"@types/babel__traverse": "7.14.2", | ||
"@types/jest": "^27.0.2", | ||
"@zxbodya/recast": "0.20.9", | ||
"jest": "^27.3.1", | ||
"prettier": "^2.4.1", | ||
"@types/jest": "^27.0.3", | ||
"@zxbodya/recast": "0.20.10", | ||
"jest": "^27.4.5", | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -55,3 +55,3 @@ "jest": { | ||
}, | ||
"gitHead": "053b54b6bf61b5e3d3614d65025f2f63ae25b8d1" | ||
"gitHead": "42f87098629570adfe7c58225b475ec02b4f8128" | ||
} |
@@ -29,3 +29,3 @@ # babel-plugin-typescript-to-flow | ||
## Why? | ||
While main goal of this repository is to de the opposite (to help migrate from Flow to TypeScript), | ||
While main goal of this repository is to do the opposite (to help migrate from Flow to TypeScript), | ||
in many cases it is preferable to do so gradually. | ||
@@ -32,0 +32,0 @@ |
143552
Updated@babel/template@^7.16.0
Updated@babel/traverse@^7.16.5
Updated@babel/types@^7.16.0