From f44c76a251004b0d229e6b5432c077b5c3b2d457 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 00:34:37 +0000 Subject: [PATCH] flow: Update to version 0.203.0 --- bucket/flow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index eed6738b07..823a68c479 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,12 +1,12 @@ { - "version": "0.202.1", + "version": "0.203.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.202.1/flow-win64-v0.202.1.zip", - "hash": "a6ba8e487734943339432b125fcbbb59f9280b29fb30c372c9dd74888034a980" + "url": "https://github.com/facebook/flow/releases/download/v0.203.0/flow-win64-v0.203.0.zip", + "hash": "567a66a2788eb448ae3b5ac0af097acebc24f2d2c58f004f0fadf4b430a218c7" } }, "extract_dir": "flow",