From be7469037c036cafdcc937d8c9709ef748e09b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 21 Jan 2021 07:34:22 +0100 Subject: [PATCH] flow: Update to version 0.143.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index 9765f2c9b4..acc2a05607 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.142.0", + "version": "0.143.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.142.0/flow-win64-v0.142.0.zip", - "hash": "329508686d4cfb08c77f24ae534d018087afaa7e2260f8cf461fda347e7f643e" + "url": "https://github.com/facebook/flow/releases/download/v0.143.0/flow-win64-v0.143.0.zip", + "hash": "5f37937331b36fdfacac6b59acb93b86bb38619db09f59f6668b544fe9514d65" } }, "extract_dir": "flow",