Skip to content

Commit

Permalink
Deploy Flow v0.75.0 to fbsource
Browse files Browse the repository at this point in the history
Reviewed By: gabelevi

Differential Revision: D8579147

fbshipit-source-id: 12280dd4872551247ff9baafab3d766d3d7a544a
  • Loading branch information
samwgoldman authored and facebook-github-bot committed Jun 22, 2018
1 parent a054c9f commit f69a707
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

[version]
^0.74.0
^0.75.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"fb-watchman": "^2.0.0",
"fbjs": "0.8.17",
"fbjs-scripts": "0.8.3",
"flow-bin": "^0.74.0",
"flow-bin": "^0.75.0",
"graphql": "^0.13.1",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-compiler/core/RelayFlowTypeTransformers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ const t = require('@babel/types');
const {readOnlyArrayOfType} = require('RelayFlowBabelFactories');
const {
GraphQLEnumType,
GraphQLInputType,
GraphQLInputObjectType,
GraphQLInterfaceType,
GraphQLList,
GraphQLNonNull,
GraphQLObjectType,
GraphQLScalarType,
GraphQLType,
GraphQLUnionType,
} = require('graphql');

export type ScalarTypeMapping = {
[type: string]: string,
};

import type {GraphQLInputType, GraphQLType} from 'graphql';

import type {State} from './RelayFlowGenerator';

function getInputObjectTypeIdentifier(type: GraphQLInputObjectType): string {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const {
isInputType,
GraphQLInterfaceType,
GraphQLList,
GraphQLInputType,
} = require('graphql');
const {IRTransformer, IRVisitor} = require('graphql-compiler');

Expand All @@ -33,6 +32,7 @@ import type {
LocalArgumentDefinition,
Root,
} from 'graphql-compiler';
import type {GraphQLInputType} from 'graphql';

type SpreadUse = {|
spread: FragmentSpread,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2128,9 +2128,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@^0.74.0:
version "0.74.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.74.0.tgz#8017bb00efb37cbe8d81fbb7f464038bde06adc9"
flow-bin@^0.75.0:
version "0.75.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.75.0.tgz#b96d1ee99d3b446a3226be66b4013224ce9df260"

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

0 comments on commit f69a707

Please sign in to comment.