File tree 6 files changed +9
-6
lines changed
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ untyped-import
43
43
untyped-type-import
44
44
45
45
[version]
46
- ^0.263 .0
46
+ ^0.265 .0
Original file line number Diff line number Diff line change @@ -1251,6 +1251,7 @@ type TransitionEvent$Init = {
1251
1251
...
1252
1252
} ;
1253
1253
1254
+ // $FlowFixMe[libdef-override]
1254
1255
declare class TransitionEvent extends Event {
1255
1256
constructor (
1256
1257
type : TransitionEventTypes ,
Original file line number Diff line number Diff line change @@ -254,4 +254,5 @@ declare var onactivate: ?EventHandler;
254
254
declare var oninstall : ?EventHandler ;
255
255
declare var onfetch : ?EventHandler ;
256
256
declare var onforeignfetch : ?EventHandler ;
257
+ // $FlowFixMe[libdef-override]
257
258
declare var onmessage : ?EventHandler ;
Original file line number Diff line number Diff line change 12
12
13
13
type TextEncodeOptions = { options ?: boolean , ...} ;
14
14
15
+ // $FlowFixMe[libdef-override]
15
16
declare class TextEncoder {
16
17
encode ( buffer : string , options ?: TextEncodeOptions ) : Uint8Array ;
17
18
}
Original file line number Diff line number Diff line change 27
27
"eslint-plugin-lint" : " ^1.0.0" ,
28
28
"eslint-plugin-react" : " ^7.30.1" ,
29
29
"eslint-plugin-relay" : " ^1.8.3" ,
30
- "flow-bin" : " ^0.263 .0" ,
30
+ "flow-bin" : " ^0.265 .0" ,
31
31
"glob" : " ^7.1.1" ,
32
32
"hermes-eslint" : " 0.25.1" ,
33
33
"invariant" : " ^2.2.4" ,
Original file line number Diff line number Diff line change @@ -2824,10 +2824,10 @@ flatted@^3.1.0:
2824
2824
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
2825
2825
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
2826
2826
2827
- flow-bin@^0.263 .0 :
2828
- version "0.263 .0"
2829
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.263 .0.tgz#0a836bdf82855d5df9858c781818ce51612be064 "
2830
- integrity sha512-FkQywD+7wXru/7/SWJPVnZXUp6CW3XtrVZ26vhAdVfMx9xlwq/Zk/tXcn3OQuiHUA4kQvZNyfgRztp6oXgjsog ==
2827
+ flow-bin@^0.265 .0 :
2828
+ version "0.265 .0"
2829
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265 .0.tgz#b97da41c752fead78da9c58344873b95763da678 "
2830
+ integrity sha512-O27LbAP1vND21YwLEn3eTlSBP5l+kLM18qax/rj0rFmdSqrYBLJ3fRyLzOVCZe4v5mSl3QU0HIYnDIWbAxsLRQ ==
2831
2831
2832
2832
flow-enums-runtime@^0.0.6 :
2833
2833
version "0.0.6"
You can’t perform that action at this time.
0 commit comments