From 83fde01b492d014686e5bf9803d06f707b5e82ab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 May 2021 21:03:26 +0000 Subject: [PATCH] flow: Update to version 0.151.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index 60a4120d40..3e9e776115 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.150.1", + "version": "0.151.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.150.1/flow-win64-v0.150.1.zip", - "hash": "d455bb58ea6d6511bf7abded33af529d62d7857bbfc1637e90d9528c3503b7c3" + "url": "https://github.com/facebook/flow/releases/download/v0.151.0/flow-win64-v0.151.0.zip", + "hash": "05d08b8bd45e22bc15b7c7aaf605ac66f566ee8c81ce1a9f469994b1e059a08a" } }, "extract_dir": "flow",