File tree 6 files changed +13
-7
lines changed 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 18
18
"babel-jest" : " ^27.3.1" ,
19
19
"babel-loader" : " ^8.2.3" ,
20
20
"eslint" : " ^7.32.0" ,
21
- "flow-bin" : " ^0.163 .0" ,
21
+ "flow-bin" : " ^0.164 .0" ,
22
22
"glob" : " ^7.2.0" ,
23
23
"jest" : " ^27.3.1" ,
24
24
"jest-runner-eslint" : " ^1.0.0"
Original file line number Diff line number Diff line change 35
35
"@testing-library/react" : " ^12.1.2" ,
36
36
"@testing-library/user-event" : " ^13.5.0" ,
37
37
"babel-jest" : " ^27.3.1" ,
38
- "flow-bin" : " ^0.163 .0" ,
38
+ "flow-bin" : " ^0.164 .0" ,
39
39
"graphql" : " ^15.7.2" ,
40
40
"jest" : " ^27.3.1" ,
41
41
"react-test-renderer" : " ^17.0.2" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ export default {
10
10
'Detail of a currency. Please note: This is not real data, only Math.random() is return' ,
11
11
args : {
12
12
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. */
13
16
type : ( new GraphQLNonNull ( GraphQLString ) : GraphQLNonNull < GraphQLScalarType > ) ,
14
17
description : 'The currency code' ,
15
18
} ,
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ export default {
14
14
type : AddLocationOrError ,
15
15
description : 'Add a new location' ,
16
16
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. */
17
20
location : { type : ( GraphQLNonNull ( AddLocationInput ) : GraphQLNonNull < typeof AddLocationInput > ) } ,
18
21
} ,
19
22
resolve : ( _ : mixed , { location } : Args ) : ValidLocationResponse | string => {
Original file line number Diff line number Diff line change 15
15
"@adeira/babel-plugin-transform-sx-tailwind" : " ^0.18.1" ,
16
16
"@adeira/babel-preset-adeira" : " ^4.0.0" ,
17
17
"@babel/core" : " ^7.16.0" ,
18
- "flow-bin" : " ^0.163 .0" ,
18
+ "flow-bin" : " ^0.164 .0" ,
19
19
"next-plugin-custom-babel-config" : " ^1.0.5" ,
20
20
"next-transpile-modules" : " ^9.0.0" ,
21
21
"postcss" : " ^8.3.11" ,
Original file line number Diff line number Diff line change @@ -9590,10 +9590,10 @@ flatted@^3.1.0:
9590
9590
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
9591
9591
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
9592
9592
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 ==
9597
9597
9598
9598
flush-write-stream@^1.0.0:
9599
9599
version "1.1.1"
You can’t perform that action at this time.
0 commit comments