From 7dcedea8204ccc77baac47ec16f3242412c09d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 18 Sep 2020 08:48:12 +0200 Subject: [PATCH] flow: Update to version 0.134.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index bd120bc47b..d55b355d94 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.133.0", + "version": "0.134.0", "description": "A static type checker for JavaScript code.", "homepage": "https://flowtype.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/facebook/flow/releases/download/v0.133.0/flow-win64-v0.133.0.zip", - "hash": "725573d47ed931f72ed0fc278e6c8fcfbb629cf7583a2d355c667a00d94bb162" + "url": "https://github.com/facebook/flow/releases/download/v0.134.0/flow-win64-v0.134.0.zip", + "hash": "ca941aaa9dc85d31870a896d63baab1ab7fa2e01f3f6136e9e204710e43d50c0" } }, "extract_dir": "flow",