File tree 4 files changed +19
-6
lines changed
4 files changed +19
-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.262 .0
44
+ ^0.263 .0
Original file line number Diff line number Diff line change
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 {}
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.262 .0" ,
63
+ "flow-bin" : " ^0.263 .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 @@ -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.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 ==
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