Skip to content

Commit c945f59

Browse files
pietervfacebook-github-bot
authored andcommitted
Deploy 0.265.0 to fbsource
Summary: X-link: facebook/react-native#50025 Changelog: [Internal] Reviewed By: gkz Differential Revision: D71158296 fbshipit-source-id: db3e5678c97536517cdb0375843f2c882d5213f9
1 parent 95a0795 commit c945f59

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ untyped-import
4343
untyped-type-import
4444

4545
[version]
46-
^0.263.0
46+
^0.265.0

flow-typed/environment/dom.js

+1
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ type TransitionEvent$Init = {
12511251
...
12521252
};
12531253

1254+
// $FlowFixMe[libdef-override]
12541255
declare class TransitionEvent extends Event {
12551256
constructor(
12561257
type: TransitionEventTypes,

flow-typed/environment/serviceworkers.js

+1
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,5 @@ declare var onactivate: ?EventHandler;
254254
declare var oninstall: ?EventHandler;
255255
declare var onfetch: ?EventHandler;
256256
declare var onforeignfetch: ?EventHandler;
257+
// $FlowFixMe[libdef-override]
257258
declare var onmessage: ?EventHandler;

flow-typed/environment/streams.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
type TextEncodeOptions = {options?: boolean, ...};
1414

15+
// $FlowFixMe[libdef-override]
1516
declare class TextEncoder {
1617
encode(buffer: string, options?: TextEncodeOptions): Uint8Array;
1718
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-lint": "^1.0.0",
2828
"eslint-plugin-react": "^7.30.1",
2929
"eslint-plugin-relay": "^1.8.3",
30-
"flow-bin": "^0.263.0",
30+
"flow-bin": "^0.265.0",
3131
"glob": "^7.1.1",
3232
"hermes-eslint": "0.25.1",
3333
"invariant": "^2.2.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2824,10 +2824,10 @@ flatted@^3.1.0:
28242824
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
28252825
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
28262826

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==
28312831

28322832
flow-enums-runtime@^0.0.6:
28332833
version "0.0.6"

0 commit comments

Comments
 (0)