From 532097802f16ed2372806d65bb5b6e6b688e2c62 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 21 Jul 2021 22:01:48 +0000 Subject: [PATCH] flow: Update to version 0.156.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index b41615c339..d9d867d66b 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.155.1", + "version": "0.156.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.155.1/flow-win64-v0.155.1.zip", - "hash": "d975edf40ef13773dd5ef2c40c7e72fa9cb6e3fafd62d8d8601e26df64e6b2f0" + "url": "https://github.com/facebook/flow/releases/download/v0.156.0/flow-win64-v0.156.0.zip", + "hash": "5ba050601c36624162ac6c257acfd1e89fa942943e88966e2a36b98c9b9bf489" } }, "extract_dir": "flow",