Skip to content

Commit 1f017b1

Browse files
Update typescript-eslint monorepo to v6
1 parent 18ba117 commit 1f017b1

File tree

2 files changed

+118
-101
lines changed

2 files changed

+118
-101
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"build": "yarn tsc"
2929
},
3030
"devDependencies": {
31-
"@typescript-eslint/eslint-plugin": "5.29.0",
32-
"@typescript-eslint/parser": "5.29.0",
31+
"@typescript-eslint/eslint-plugin": "6.9.0",
32+
"@typescript-eslint/parser": "6.9.0",
3333
"eslint": "8.23.0",
3434
"eslint-config-standard": "17.0.0",
3535
"eslint-plugin-import": "2.26.0",

yarn.lock

+116-99
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
# yarn lockfile v1
33

44

5+
"@eslint-community/eslint-utils@^4.4.0":
6+
version "4.4.0"
7+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
8+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
9+
dependencies:
10+
eslint-visitor-keys "^3.3.0"
11+
12+
"@eslint-community/regexpp@^4.5.1":
13+
version "4.9.1"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
15+
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
16+
517
"@eslint/eslintrc@^1.3.1":
618
version "1.3.1"
719
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
@@ -62,95 +74,105 @@
6274
"@nodelib/fs.scandir" "2.1.5"
6375
fastq "^1.6.0"
6476

65-
"@types/json-schema@^7.0.9":
66-
version "7.0.9"
67-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
68-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
77+
"@types/json-schema@^7.0.12":
78+
version "7.0.14"
79+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
80+
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
6981

7082
"@types/json5@^0.0.29":
7183
version "0.0.29"
7284
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
7385
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
7486

75-
"@typescript-eslint/eslint-plugin@5.29.0":
76-
version "5.29.0"
77-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
78-
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
79-
dependencies:
80-
"@typescript-eslint/scope-manager" "5.29.0"
81-
"@typescript-eslint/type-utils" "5.29.0"
82-
"@typescript-eslint/utils" "5.29.0"
87+
"@types/semver@^7.5.0":
88+
version "7.5.4"
89+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
90+
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
91+
92+
"@typescript-eslint/eslint-plugin@6.9.0":
93+
version "6.9.0"
94+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
95+
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
96+
dependencies:
97+
"@eslint-community/regexpp" "^4.5.1"
98+
"@typescript-eslint/scope-manager" "6.9.0"
99+
"@typescript-eslint/type-utils" "6.9.0"
100+
"@typescript-eslint/utils" "6.9.0"
101+
"@typescript-eslint/visitor-keys" "6.9.0"
83102
debug "^4.3.4"
84-
functional-red-black-tree "^1.0.1"
85-
ignore "^5.2.0"
86-
regexpp "^3.2.0"
87-
semver "^7.3.7"
88-
tsutils "^3.21.0"
89-
90-
"@typescript-eslint/parser@5.29.0":
91-
version "5.29.0"
92-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
93-
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
94-
dependencies:
95-
"@typescript-eslint/scope-manager" "5.29.0"
96-
"@typescript-eslint/types" "5.29.0"
97-
"@typescript-eslint/typescript-estree" "5.29.0"
103+
graphemer "^1.4.0"
104+
ignore "^5.2.4"
105+
natural-compare "^1.4.0"
106+
semver "^7.5.4"
107+
ts-api-utils "^1.0.1"
108+
109+
"@typescript-eslint/parser@6.9.0":
110+
version "6.9.0"
111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
112+
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
113+
dependencies:
114+
"@typescript-eslint/scope-manager" "6.9.0"
115+
"@typescript-eslint/types" "6.9.0"
116+
"@typescript-eslint/typescript-estree" "6.9.0"
117+
"@typescript-eslint/visitor-keys" "6.9.0"
98118
debug "^4.3.4"
99119

100-
"@typescript-eslint/scope-manager@5.29.0":
101-
version "5.29.0"
102-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
103-
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
120+
"@typescript-eslint/scope-manager@6.9.0":
121+
version "6.9.0"
122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
123+
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
104124
dependencies:
105-
"@typescript-eslint/types" "5.29.0"
106-
"@typescript-eslint/visitor-keys" "5.29.0"
125+
"@typescript-eslint/types" "6.9.0"
126+
"@typescript-eslint/visitor-keys" "6.9.0"
107127

108-
"@typescript-eslint/type-utils@5.29.0":
109-
version "5.29.0"
110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
111-
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
128+
"@typescript-eslint/type-utils@6.9.0":
129+
version "6.9.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
131+
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
112132
dependencies:
113-
"@typescript-eslint/utils" "5.29.0"
133+
"@typescript-eslint/typescript-estree" "6.9.0"
134+
"@typescript-eslint/utils" "6.9.0"
114135
debug "^4.3.4"
115-
tsutils "^3.21.0"
136+
ts-api-utils "^1.0.1"
116137

117-
"@typescript-eslint/types@5.29.0":
118-
version "5.29.0"
119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
120-
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
138+
"@typescript-eslint/types@6.9.0":
139+
version "6.9.0"
140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
141+
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
121142

122-
"@typescript-eslint/typescript-estree@5.29.0":
123-
version "5.29.0"
124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
125-
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
143+
"@typescript-eslint/typescript-estree@6.9.0":
144+
version "6.9.0"
145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
146+
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
126147
dependencies:
127-
"@typescript-eslint/types" "5.29.0"
128-
"@typescript-eslint/visitor-keys" "5.29.0"
148+
"@typescript-eslint/types" "6.9.0"
149+
"@typescript-eslint/visitor-keys" "6.9.0"
129150
debug "^4.3.4"
130151
globby "^11.1.0"
131152
is-glob "^4.0.3"
132-
semver "^7.3.7"
133-
tsutils "^3.21.0"
134-
135-
"@typescript-eslint/utils@5.29.0":
136-
version "5.29.0"
137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
138-
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
139-
dependencies:
140-
"@types/json-schema" "^7.0.9"
141-
"@typescript-eslint/scope-manager" "5.29.0"
142-
"@typescript-eslint/types" "5.29.0"
143-
"@typescript-eslint/typescript-estree" "5.29.0"
144-
eslint-scope "^5.1.1"
145-
eslint-utils "^3.0.0"
146-
147-
"@typescript-eslint/visitor-keys@5.29.0":
148-
version "5.29.0"
149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
150-
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
151-
dependencies:
152-
"@typescript-eslint/types" "5.29.0"
153-
eslint-visitor-keys "^3.3.0"
153+
semver "^7.5.4"
154+
ts-api-utils "^1.0.1"
155+
156+
"@typescript-eslint/utils@6.9.0":
157+
version "6.9.0"
158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
159+
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
160+
dependencies:
161+
"@eslint-community/eslint-utils" "^4.4.0"
162+
"@types/json-schema" "^7.0.12"
163+
"@types/semver" "^7.5.0"
164+
"@typescript-eslint/scope-manager" "6.9.0"
165+
"@typescript-eslint/types" "6.9.0"
166+
"@typescript-eslint/typescript-estree" "6.9.0"
167+
semver "^7.5.4"
168+
169+
"@typescript-eslint/visitor-keys@6.9.0":
170+
version "6.9.0"
171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
172+
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
173+
dependencies:
174+
"@typescript-eslint/types" "6.9.0"
175+
eslint-visitor-keys "^3.4.1"
154176

155177
acorn-jsx@^5.3.2:
156178
version "5.3.2"
@@ -446,14 +468,6 @@ eslint-plugin-promise@6.0.1:
446468
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423"
447469
integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==
448470

449-
eslint-scope@^5.1.1:
450-
version "5.1.1"
451-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
452-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
453-
dependencies:
454-
esrecurse "^4.3.0"
455-
estraverse "^4.1.1"
456-
457471
eslint-scope@^7.1.1:
458472
version "7.1.1"
459473
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
@@ -491,6 +505,11 @@ eslint-visitor-keys@^3.3.0:
491505
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
492506
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
493507

508+
eslint-visitor-keys@^3.4.1:
509+
version "3.4.3"
510+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
511+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
512+
494513
eslint@8.23.0:
495514
version "8.23.0"
496515
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
@@ -559,11 +578,6 @@ esrecurse@^4.3.0:
559578
dependencies:
560579
estraverse "^5.2.0"
561580

562-
estraverse@^4.1.1:
563-
version "4.3.0"
564-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
565-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
566-
567581
estraverse@^5.1.0, estraverse@^5.2.0:
568582
version "5.3.0"
569583
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -724,6 +738,11 @@ grapheme-splitter@^1.0.4:
724738
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
725739
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
726740

741+
graphemer@^1.4.0:
742+
version "1.4.0"
743+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
744+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
745+
727746
has-bigints@^1.0.1:
728747
version "1.0.1"
729748
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -758,6 +777,11 @@ ignore@^5.1.1, ignore@^5.2.0:
758777
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
759778
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
760779

780+
ignore@^5.2.4:
781+
version "5.2.4"
782+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
783+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
784+
761785
import-fresh@^3.0.0, import-fresh@^3.2.1:
762786
version "3.3.0"
763787
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1170,10 +1194,10 @@ semver@^6.1.0:
11701194
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
11711195
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
11721196

1173-
semver@^7.3.7:
1174-
version "7.3.7"
1175-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
1176-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1197+
semver@^7.5.4:
1198+
version "7.5.4"
1199+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1200+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
11771201
dependencies:
11781202
lru-cache "^6.0.0"
11791203

@@ -1260,6 +1284,11 @@ to-regex-range@^5.0.1:
12601284
dependencies:
12611285
is-number "^7.0.0"
12621286

1287+
ts-api-utils@^1.0.1:
1288+
version "1.0.3"
1289+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
1290+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
1291+
12631292
tsconfig-paths@^3.14.1:
12641293
version "3.14.1"
12651294
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
@@ -1270,18 +1299,6 @@ tsconfig-paths@^3.14.1:
12701299
minimist "^1.2.6"
12711300
strip-bom "^3.0.0"
12721301

1273-
tslib@^1.8.1:
1274-
version "1.14.1"
1275-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1276-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1277-
1278-
tsutils@^3.21.0:
1279-
version "3.21.0"
1280-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1281-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
1282-
dependencies:
1283-
tslib "^1.8.1"
1284-
12851302
type-check@^0.4.0, type-check@~0.4.0:
12861303
version "0.4.0"
12871304
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)