Skip to content

Commit

Permalink
Bump flow-bin from 0.133.0 to 0.140.0 (#393)
Browse files Browse the repository at this point in the history
* Bump flow-bin from 0.133.0 to 0.140.0

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.133.0 to 0.140.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix cache.js types

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jeff Yates <jeff@khanacademy.org>
  • Loading branch information
1 parent 24e5543 commit 0bb6926
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-jest": "^26.0.0",
"eslint": "^7.0.0",
"eslint-plugin-flowtype": "^5.1.0",
"flow-bin": "^0.133.0",
"flow-bin": "^0.140.0",
"flow-typed": "^3.1.0",
"jest": "^26.0.0",
"jest-extended": "^0.11.2",
Expand Down
2 changes: 1 addition & 1 deletion src/cache.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @flow
export default new Map<string, ?string>();
export default (new Map(): Map<string, ?string>);
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2830,10 +2830,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==

flow-bin@^0.133.0:
version "0.133.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.133.0.tgz#2ee44e3f5d0c0256cfe8e99d9a85e9801c281c50"
integrity sha512-01T5g8GdhtJEn+lhAwuv5zkrMStrmkuHrY3Nn9/aS9y6waNmNgimMKlzRpFH66S0F6Ez9EqU9psz5QaRveSJIA==
flow-bin@^0.140.0:
version "0.140.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.140.0.tgz#bf1a2984a0e5604daa0d1e0432138d9897af65bb"
integrity sha512-9P/VciKACXocClhLiDg/p1ntYmgCEEc9QrNOoTqTi2SEdEZDTiAmJLONRJfw4uglPVRZ1p/esWF9KlbZiuxqVw==

flow-typed@^3.1.0:
version "3.2.1"
Expand Down

0 comments on commit 0bb6926

Please sign in to comment.