babel-plugin-typescript-to-flow
Advanced tools
Comparing version 0.15.15 to 0.15.17
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.15.15", | ||
"version": "0.15.17", | ||
"scripts": { | ||
@@ -31,4 +31,4 @@ "cover": "jest --coverage", | ||
"@babel/template": "^7.18.10", | ||
"@babel/traverse": "^7.18.13", | ||
"@babel/types": "^7.18.13" | ||
"@babel/traverse": "^7.19.0", | ||
"@babel/types": "^7.19.0" | ||
}, | ||
@@ -38,5 +38,5 @@ "devDependencies": { | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/preset-env": "^7.18.10", | ||
"@babel/preset-env": "^7.19.0", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@flowts/babel-plugin-recast": "^0.15.15", | ||
"@flowts/babel-plugin-recast": "^0.15.17", | ||
"@types/babel__traverse": "7.18.1", | ||
@@ -56,3 +56,3 @@ "@types/jest": "^29.0.0", | ||
}, | ||
"gitHead": "5523d71ba136f4eef9d36d09e25ac3baaf6334e0" | ||
"gitHead": "8f6b8e551c96be84d5b778531c4a31935fe4b351" | ||
} |
147382
Updated@babel/traverse@^7.19.0
Updated@babel/types@^7.19.0