Skip to content

Commit

Permalink
upgrade to flow 0.122.0
Browse files Browse the repository at this point in the history
Reviewed By: dsainati1

Differential Revision: D20919782

fbshipit-source-id: 3d5dc54ea4daafb8a1d96cad6c35a2dab4c24097
  • Loading branch information
mroch authored and facebook-github-bot committed Apr 8, 2020
1 parent c6950a5 commit e443903
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -47,4 +47,4 @@ untyped-import
untyped-type-import

[version]
^0.121.0
^0.122.0
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"fb-watchman": "^2.0.0",
"fbjs": "^1.0.0",
"fbjs-scripts": "^1.1.0",
"flow-bin": "^0.121.0",
"flow-bin": "^0.122.0",
"graphql": "^14.2.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/relay-compiler/codegen/ReaderCodeGenerator.js
Expand Up @@ -82,7 +82,6 @@ function generate(schema: Schema, node: Fragment): ReaderFragment {
connection: refetch.connection,
// $FlowFixMe
fragmentPathInResult: refetch.fragmentPathInResult,
// $FlowFixMe
operation: CodeMarker.moduleDependency(
// $FlowFixMe
refetch.operation + '.graphql',
Expand Down
Expand Up @@ -65,7 +65,6 @@ describe('useRefetchableFragmentNode with useTransition', () => {
...result
} = useRefetchableFragmentNodeOriginal(
fragmentNode,
// $FlowFixMe
fragmentRef,
'TestComponent',
);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3067,10 +3067,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.121.0:
version "0.121.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.121.0.tgz#e206bdc3d510277f9a847920540f72c49e87c130"
integrity sha512-QYRMs+AoMLj/OTaSo9+8c3kzM/u8YgvfrInp0qzhtzC02Sc2jb3BV/QZWZGjPo+XK3twyyqXrcI3s8MuL1UQRg==
flow-bin@^0.122.0:
version "0.122.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.122.0.tgz#c723a2b33b1a70bd10204704ae1dc776d5d89d79"
integrity sha512-my8N5jgl/A+UVby9E7NDppHdhLgRbWgKbmFZSx2MSYMRh3d9YGnM2MM+wexpUpl0ftY1IM6ZcUwaAhrypLyvlA==

flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
version "1.1.1"
Expand Down

0 comments on commit e443903

Please sign in to comment.