From 0a9e60f1c85b851436db36c0dbb08d657bd40166 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 10 Jun 2021 22:01:47 +0000 Subject: [PATCH] flow: Update to version 0.153.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index 88cebce602..68bfb86e75 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.152.0", + "version": "0.153.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.152.0/flow-win64-v0.152.0.zip", - "hash": "5529c53fa5aa33aa16e9c3939a513b1afb20349d2d6841d87a98f30d15d7560e" + "url": "https://github.com/facebook/flow/releases/download/v0.153.0/flow-win64-v0.153.0.zip", + "hash": "46ca0f3a3abfa09da017ec4a7b115f9789f1982a067f3562cfe5cade8613a4b0" } }, "extract_dir": "flow",