Skip to content

Commit 9db2518

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
Bump flow-bin from 0.163.0 to 0.164.0
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] <[email protected]>
1 parent 4fb47c0 commit 9db2518

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"babel-jest": "^27.3.1",
1919
"babel-loader": "^8.2.3",
2020
"eslint": "^7.32.0",
21-
"flow-bin": "^0.163.0",
21+
"flow-bin": "^0.164.0",
2222
"glob": "^7.2.0",
2323
"jest": "^27.3.1",
2424
"jest-runner-eslint": "^1.0.0"

src/example-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@testing-library/react": "^12.1.2",
3636
"@testing-library/user-event": "^13.5.0",
3737
"babel-jest": "^27.3.1",
38-
"flow-bin": "^0.163.0",
38+
"flow-bin": "^0.164.0",
3939
"graphql": "^15.7.2",
4040
"jest": "^27.3.1",
4141
"react-test-renderer": "^17.0.2",

src/example-relay/src/graphql/currency/queries/Currency.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export default {
1010
'Detail of a currency. Please note: This is not real data, only Math.random() is return',
1111
args: {
1212
code: {
13+
/* $FlowFixMe[value-as-type] This comment suppresses an error when
14+
* upgrading Flow to version 0.164.0. To see the error delete this
15+
* comment and run Flow. */
1316
type: (new GraphQLNonNull(GraphQLString): GraphQLNonNull<GraphQLScalarType>),
1417
description: 'The currency code',
1518
},

src/example-relay/src/graphql/locations/mutations/AddLocation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default {
1414
type: AddLocationOrError,
1515
description: 'Add a new location',
1616
args: {
17+
/* $FlowFixMe[value-as-type] This comment suppresses an error when
18+
* upgrading Flow to version 0.164.0. To see the error delete this comment
19+
* and run Flow. */
1720
location: { type: (GraphQLNonNull(AddLocationInput): GraphQLNonNull<typeof AddLocationInput>) },
1821
},
1922
resolve: (_: mixed, { location }: Args): ValidLocationResponse | string => {

src/sx-tailwind-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@adeira/babel-plugin-transform-sx-tailwind": "^0.18.1",
1616
"@adeira/babel-preset-adeira": "^4.0.0",
1717
"@babel/core": "^7.16.0",
18-
"flow-bin": "^0.163.0",
18+
"flow-bin": "^0.164.0",
1919
"next-plugin-custom-babel-config": "^1.0.5",
2020
"next-transpile-modules": "^9.0.0",
2121
"postcss": "^8.3.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9590,10 +9590,10 @@ flatted@^3.1.0:
95909590
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
95919591
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
95929592

9593-
flow-bin@^0.163.0:
9594-
version "0.163.0"
9595-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.163.0.tgz#c2cb62e336cfdeac035a4cc86e143e1e5ff4d1d0"
9596-
integrity sha512-4rNdO/lT38/c+8SR4eZK+PthE9c3MFiDnr8TYBpIM77EkM2yl9Ug8N2oPPk0UJs6kG93Yb61G14s95dfSoUARA==
9593+
flow-bin@^0.164.0:
9594+
version "0.164.0"
9595+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.164.0.tgz#dc2a1f1cd59670e7d95320232a673c6e31b11ff3"
9596+
integrity sha512-cSAA0LLa1SlQ1YmNCYpJ19ES39WYrqjfxX8Oqhbvn6+DET8Cs+EnVkJWHVSkfK8zUupbxvSt7pDoFXePYbcJRA==
95979597

95989598
flush-write-stream@^1.0.0:
95999599
version "1.1.1"

0 commit comments

Comments
 (0)