From 0e1fb46361bb50e5cd6e4b5acc6a37b05c0287aa Mon Sep 17 00:00:00 2001 From: Felix Kling Date: Wed, 20 Jul 2016 09:44:30 +0200 Subject: [PATCH] Update to ast-types 0.8.18 ... to include `TypeParameter` information (d5ce0400511bdf6b063c13728c4fa09edd9e122d). See also https://github.com/flowtype/flow-codemod/issues/6#issuecomment-233738594 . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ea4b81bb..d434286cc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "fs": false }, "dependencies": { - "ast-types": "0.8.17", + "ast-types": "0.8.18", "esprima": "~2.7.1", "private": "~0.1.5", "source-map": "~0.5.0"