babel-plugin-typescript-to-flow
Advanced tools
Comparing version 0.15.18 to 0.15.19
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.15.18", | ||
"version": "0.15.19", | ||
"scripts": { | ||
@@ -31,18 +31,18 @@ "cover": "jest --coverage", | ||
"@babel/template": "^7.18.10", | ||
"@babel/traverse": "^7.19.0", | ||
"@babel/types": "^7.19.0" | ||
"@babel/traverse": "^7.20.1", | ||
"@babel/types": "^7.20.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/preset-env": "^7.19.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.19.4", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@flowts/babel-plugin-recast": "^0.15.17", | ||
"@types/babel__traverse": "7.18.1", | ||
"@types/jest": "^29.0.0", | ||
"@flowts/babel-plugin-recast": "^0.15.19", | ||
"@types/babel__traverse": "7.18.2", | ||
"@types/jest": "^29.2.1", | ||
"@zxbodya/recast": "0.21.4", | ||
"jest": "^29.0.2", | ||
"jest": "^29.2.2", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.8.2" | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -55,3 +55,3 @@ "jest": { | ||
}, | ||
"gitHead": "f2abc5c3770d45af21b8e41992bfc5959ee2b5ef" | ||
"gitHead": "b4974903577236d8524a47064f57a83bbf0fce11" | ||
} |
Updated@babel/traverse@^7.20.1
Updated@babel/types@^7.20.0