File tree 5 files changed +8
-6
lines changed
packages/react-relay/relay-hooks/__tests__
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ untyped-import
41
41
untyped-type-import
42
42
43
43
[version]
44
- ^0.257.1
44
+ ^0.258.0
Original file line number Diff line number Diff line change 60
60
"eslint-plugin-relay" : " 1.8.3" ,
61
61
"eslint-plugin-relay-internal" : " link:./packages/eslint-plugin-relay-internal" ,
62
62
"fbjs" : " ^3.0.2" ,
63
- "flow-bin" : " ^0.257.1 " ,
63
+ "flow-bin" : " ^0.258.0 " ,
64
64
"glob" : " ^7.1.1" ,
65
65
"graphql" : " 15.3.0" ,
66
66
"gulp" : " 4.0.2" ,
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ beforeEach(() => {
177
177
const originalDisposable = originalRetain ( ...args ) ;
178
178
return {
179
179
dispose : ( ) => {
180
+ // $FlowFixMe[prop-missing]
180
181
release ( args [ 0 ] . variables ) ;
181
182
originalDisposable . dispose ( ) ;
182
183
} ,
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ beforeEach(() => {
195
195
const originalDisposable = originalRetain ( ...args ) ;
196
196
return {
197
197
dispose : ( ) => {
198
+ // $FlowFixMe[prop-missing]
198
199
release ( args [ 0 ] . variables ) ;
199
200
originalDisposable . dispose ( ) ;
200
201
} ,
Original file line number Diff line number Diff line change @@ -3864,10 +3864,10 @@ flatted@^3.1.0:
3864
3864
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
3865
3865
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
3866
3866
3867
- flow-bin@^0.257.1 :
3868
- version "0.257.1 "
3869
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.257.1 .tgz#0cae61fb756b443b5cbbb4637905570579f9a216 "
3870
- integrity sha512-jDn/4uCXX8NlnRJbQD/4B60Id7Vm1+y+LsgJMevhN+6vCPZ1jVV8LGGTcdhsogyIPf9orTt5fROo2FemRZD9kA ==
3867
+ flow-bin@^0.258.0 :
3868
+ version "0.258.0 "
3869
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.258.0 .tgz#4aa2ee3166af8be2c4d8ae0b85384f67b6379a6e "
3870
+ integrity sha512-7Vn3NEAB3abwUi6j6UlQrqAJIsfmB0WS/TmFnSJlyMv0dL5DURwAjw0RbHoknz8rX5UY8KgFWjDtPO6xTOS3ng ==
3871
3871
3872
3872
flush-write-stream@^1.0.2 :
3873
3873
version "1.1.1"
You can’t perform that action at this time.
0 commit comments