babel-plugin-typescript-to-flow
Advanced tools
Comparing version 0.15.21 to 0.16.0
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.15.21", | ||
"version": "0.16.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "cover": "jest --coverage", | ||
"dependencies": { | ||
"@babel/template": "^7.18.10", | ||
"@babel/traverse": "^7.20.1", | ||
"@babel/types": "^7.20.2" | ||
"@babel/template": "^7.22.5", | ||
"@babel/traverse": "^7.22.5", | ||
"@babel/types": "^7.22.5" | ||
}, | ||
@@ -38,12 +38,12 @@ "devDependencies": { | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@flowts/babel-plugin-recast": "^0.15.21", | ||
"@types/babel__traverse": "7.18.3", | ||
"@types/jest": "^29.2.3", | ||
"@zxbodya/recast": "0.21.4", | ||
"jest": "^29.3.1", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^4.1.2", | ||
"typescript": "^4.9.3" | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@flowts/babel-plugin-recast": "^0.16.0", | ||
"@types/babel__traverse": "7.20.1", | ||
"@types/jest": "^29.5.2", | ||
"@zxbodya/recast": "0.23.2", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -56,3 +56,3 @@ "jest": { | ||
}, | ||
"gitHead": "b333f2f24e2b799aa41efba6dc0b019cca1ca405" | ||
"gitHead": "527127ec7d61de8035be78ed6449356a37c205bf" | ||
} |
147434
Updated@babel/template@^7.22.5
Updated@babel/traverse@^7.22.5
Updated@babel/types@^7.22.5