Skip to content

Commit

Permalink
Bump flow-bin from 0.163.0 to 0.164.0
Browse files Browse the repository at this point in the history
Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.163.0 to 0.164.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

---
updated-dependencies:
- dependency-name: flow-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Nov 13, 2021
1 parent 4fb47c0 commit 9db2518
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"eslint": "^7.32.0",
"flow-bin": "^0.163.0",
"flow-bin": "^0.164.0",
"glob": "^7.2.0",
"jest": "^27.3.1",
"jest-runner-eslint": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/example-relay/package.json
Expand Up @@ -35,7 +35,7 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"babel-jest": "^27.3.1",
"flow-bin": "^0.163.0",
"flow-bin": "^0.164.0",
"graphql": "^15.7.2",
"jest": "^27.3.1",
"react-test-renderer": "^17.0.2",
Expand Down
3 changes: 3 additions & 0 deletions src/example-relay/src/graphql/currency/queries/Currency.js
Expand Up @@ -10,6 +10,9 @@ export default {
'Detail of a currency. Please note: This is not real data, only Math.random() is return',
args: {
code: {
/* $FlowFixMe[value-as-type] This comment suppresses an error when
* upgrading Flow to version 0.164.0. To see the error delete this
* comment and run Flow. */
type: (new GraphQLNonNull(GraphQLString): GraphQLNonNull<GraphQLScalarType>),
description: 'The currency code',
},
Expand Down
Expand Up @@ -14,6 +14,9 @@ export default {
type: AddLocationOrError,
description: 'Add a new location',
args: {
/* $FlowFixMe[value-as-type] This comment suppresses an error when
* upgrading Flow to version 0.164.0. To see the error delete this comment
* and run Flow. */
location: { type: (GraphQLNonNull(AddLocationInput): GraphQLNonNull<typeof AddLocationInput>) },
},
resolve: (_: mixed, { location }: Args): ValidLocationResponse | string => {
Expand Down
2 changes: 1 addition & 1 deletion src/sx-tailwind-website/package.json
Expand Up @@ -15,7 +15,7 @@
"@adeira/babel-plugin-transform-sx-tailwind": "^0.18.1",
"@adeira/babel-preset-adeira": "^4.0.0",
"@babel/core": "^7.16.0",
"flow-bin": "^0.163.0",
"flow-bin": "^0.164.0",
"next-plugin-custom-babel-config": "^1.0.5",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.3.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9590,10 +9590,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.163.0:
version "0.163.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.163.0.tgz#c2cb62e336cfdeac035a4cc86e143e1e5ff4d1d0"
integrity sha512-4rNdO/lT38/c+8SR4eZK+PthE9c3MFiDnr8TYBpIM77EkM2yl9Ug8N2oPPk0UJs6kG93Yb61G14s95dfSoUARA==
flow-bin@^0.164.0:
version "0.164.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.164.0.tgz#dc2a1f1cd59670e7d95320232a673c6e31b11ff3"
integrity sha512-cSAA0LLa1SlQ1YmNCYpJ19ES39WYrqjfxX8Oqhbvn6+DET8Cs+EnVkJWHVSkfK8zUupbxvSt7pDoFXePYbcJRA==

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

0 comments on commit 9db2518

Please sign in to comment.