diff --git a/types/jscodeshift/package.json b/types/jscodeshift/package.json index 6fd3d8b70f..a501c0f28d 100644 --- a/types/jscodeshift/package.json +++ b/types/jscodeshift/package.json @@ -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" } }