Skip to content

Commit

Permalink
Deploy v0.145.0 to xplat
Browse files Browse the repository at this point in the history
Reviewed By: fred2028

Differential Revision: D26524492

fbshipit-source-id: 7381599f3432f762d7790a0cf338d19d0fb05875
  • Loading branch information
pieterv authored and facebook-github-bot committed Feb 19, 2021
1 parent 7e99d9e commit a9862e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ untyped-import
untyped-type-import

[version]
^0.144.0
^0.145.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-relay": "1.8.1",
"flow-bin": "^0.144.0",
"flow-bin": "^0.145.0",
"glob": "^7.1.1",
"istanbul-api": "3.0.0",
"istanbul-lib-coverage": "3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/metro/src/ModuleGraph/output/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function inlineModuleIds(
module: Module,
idForPath: ({path: string, ...}) => number,
{
// $FlowFixMe[incompatible-type]
dependencyMapReservedName = undefined,
globalPrefix,
ignoreMissingDependencyMapReference = false,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3053,10 +3053,10 @@ flatted@^2.0.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==

flow-bin@^0.144.0:
version "0.144.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.144.0.tgz#32fbeb94ef39cb8b9fa03d67b6f085042ce3a1bd"
integrity sha512-+TeTukkfRjimaNhOHt8iQ/M33Fg8Afrm+iBHS19XzAz2fH4GwgroKCrAxDHnZoAUnmRv6jm/XngFxADlcqwYkw==
flow-bin@^0.145.0:
version "0.145.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.145.0.tgz#922f7c3568caaa5eb64621ec536deb56b24d1795"
integrity sha512-+9fi9BMxRBtSWC1x0hWggWTb8Vih+AC7wyvLAX5wR1m6u2lF2HLtixXqy2GX8bWgaynSEJR5lmPxYYC4wMI8cA==

for-in@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit a9862e6

Please sign in to comment.