Skip to content

Commit be02adc

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.263.0 to xplat
Reviewed By: pieterv Differential Revision: D70595199 fbshipit-source-id: a3be1b74cca99f0ff79aca4dd51059b3b09facb2
1 parent 31b8c87 commit be02adc

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ untyped-import
4141
untyped-type-import
4242

4343
[version]
44-
^0.262.0
44+
^0.263.0

flow-typed/shim.js.flow

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
* @format
8+
* @oncall relay
9+
*/
10+
11+
declare class Blob {}
12+
declare class File {}
13+
declare class HTMLElement {}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-relay": "1.8.3",
6161
"eslint-plugin-relay-internal": "link:./packages/eslint-plugin-relay-internal",
6262
"fbjs": "^3.0.2",
63-
"flow-bin": "^0.262.0",
63+
"flow-bin": "^0.263.0",
6464
"glob": "^7.1.1",
6565
"graphql": "15.3.0",
6666
"gulp": "4.0.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3864,10 +3864,10 @@ flatted@^3.1.0:
38643864
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
38653865
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
38663866

3867-
flow-bin@^0.262.0:
3868-
version "0.262.0"
3869-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.262.0.tgz#612f7cb96c51d9fe7e6819ab9d582f19e5674554"
3870-
integrity sha512-B7l0NcpQ3uZuaWs07aQCjG+8fcxF/awbEmuf1p/6a/ZnQjPBB5uIzWmTuxdnrQns5/2orCpC37k9FJuRP7Aj3g==
3867+
flow-bin@^0.263.0:
3868+
version "0.263.0"
3869+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.263.0.tgz#0a836bdf82855d5df9858c781818ce51612be064"
3870+
integrity sha512-FkQywD+7wXru/7/SWJPVnZXUp6CW3XtrVZ26vhAdVfMx9xlwq/Zk/tXcn3OQuiHUA4kQvZNyfgRztp6oXgjsog==
38713871

38723872
flush-write-stream@^1.0.2:
38733873
version "1.1.1"

0 commit comments

Comments
 (0)