[jscodeshift] Pin ast-types and recast

This commit is contained in:
Brie
2019-02-06 13:41:12 -08:00
parent 9e0b1db434
commit 47ffe1a4ba

View File

@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"ast-types": "^0.12.1",
"recast": "^0.17.2"
"ast-types": "0.12.1",
"recast": "0.17.2"
}
}