Skip to content

Commit bcd6b5f

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.265.2 to xplat (facebook#50041)
Summary: Pull Request resolved: facebook#50041 Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D71200832 fbshipit-source-id: a2f267c5b2beabe527f958bfc4557bafc04d27de
1 parent 7ce6282 commit bcd6b5f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ untyped-import
9898
untyped-type-import
9999

100100
[version]
101-
^0.265.0
101+
^0.265.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-redundant-undefined": "^0.4.0",
8181
"eslint-plugin-relay": "^1.8.3",
8282
"flow-api-translator": "0.25.1",
83-
"flow-bin": "^0.265.0",
83+
"flow-bin": "^0.265.2",
8484
"glob": "^7.1.1",
8585
"hermes-eslint": "0.25.1",
8686
"hermes-transform": "0.25.1",

packages/react-native/src/types/dom.js.flow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ type TransitionEvent$Init = {
12461246
...
12471247
};
12481248

1249+
// $FlowFixMe[libdef-override]
12491250
declare class TransitionEvent extends Event {
12501251
constructor(
12511252
type: TransitionEventTypes,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,10 +4357,10 @@ [email protected]:
43574357
hermes-transform "0.25.1"
43584358
typescript "5.3.2"
43594359

4360-
flow-bin@^0.265.0:
4361-
version "0.265.0"
4362-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.0.tgz#b97da41c752fead78da9c58344873b95763da678"
4363-
integrity sha512-O27LbAP1vND21YwLEn3eTlSBP5l+kLM18qax/rj0rFmdSqrYBLJ3fRyLzOVCZe4v5mSl3QU0HIYnDIWbAxsLRQ==
4360+
flow-bin@^0.265.2:
4361+
version "0.265.2"
4362+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.2.tgz#5dd085d943a18fc7cff9b1b56a648de60e2f6157"
4363+
integrity sha512-LJUI2+vENXYv3mpfVUgCjP3pFA2+KR5EXaErToi7IZhjBCUIpva+gVhvLh0YE0ZGuETpPk3mmKW28eHzvO9tlg==
43644364

43654365
flow-enums-runtime@^0.0.6:
43664366
version "0.0.6"

0 commit comments

Comments
 (0)