Skip to content

Commit c4e8ea5

Browse files
Update eslint to v6
1 parent 580552b commit c4e8ea5

File tree

2 files changed

+99
-103
lines changed

2 files changed

+99
-103
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/node": "16.18.11",
2727
"@types/prettier": "2.7.3",
2828
"@types/rimraf": "3.0.2",
29-
"@typescript-eslint/eslint-plugin": "5.62.0",
30-
"@typescript-eslint/parser": "5.62.0",
29+
"@typescript-eslint/eslint-plugin": "6.3.0",
30+
"@typescript-eslint/parser": "6.3.0",
3131
"eslint": "8.46.0",
3232
"eslint-config-prettier": "8.10.0",
3333
"husky": "7.0.4",

yarn.lock

Lines changed: 97 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -596,12 +596,14 @@
596596
dependencies:
597597
eslint-visitor-keys "^3.3.0"
598598

599-
"@eslint-community/regexpp@^4.4.0":
599+
"@eslint-community/eslint-utils@^4.4.0":
600600
version "4.4.0"
601-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
602-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
601+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
602+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
603+
dependencies:
604+
eslint-visitor-keys "^3.3.0"
603605

604-
"@eslint-community/regexpp@^4.6.1":
606+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
605607
version "4.6.2"
606608
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
607609
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -1083,10 +1085,10 @@
10831085
expect "^28.0.0"
10841086
pretty-format "^28.0.0"
10851087

1086-
"@types/json-schema@^7.0.9":
1087-
version "7.0.9"
1088-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
1089-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
1088+
"@types/json-schema@^7.0.12":
1089+
version "7.0.12"
1090+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1091+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
10901092

10911093
"@types/minimatch@*":
10921094
version "3.0.3"
@@ -1126,10 +1128,10 @@
11261128
"@types/glob" "*"
11271129
"@types/node" "*"
11281130

1129-
"@types/semver@^7.3.12":
1130-
version "7.3.12"
1131-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1132-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1131+
"@types/semver@^7.5.0":
1132+
version "7.5.0"
1133+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1134+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
11331135

11341136
"@types/stack-utils@^2.0.0":
11351137
version "2.0.0"
@@ -1158,89 +1160,91 @@
11581160
dependencies:
11591161
"@types/yargs-parser" "*"
11601162

1161-
"@typescript-eslint/eslint-plugin@5.62.0":
1162-
version "5.62.0"
1163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1164-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1165-
dependencies:
1166-
"@eslint-community/regexpp" "^4.4.0"
1167-
"@typescript-eslint/scope-manager" "5.62.0"
1168-
"@typescript-eslint/type-utils" "5.62.0"
1169-
"@typescript-eslint/utils" "5.62.0"
1163+
"@typescript-eslint/eslint-plugin@6.3.0":
1164+
version "6.3.0"
1165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.3.0.tgz#e751e148aab7ccaf8a7bfd370f7ce9e6bdd1f3f4"
1166+
integrity sha512-IZYjYZ0ifGSLZbwMqIip/nOamFiWJ9AH+T/GYNZBWkVcyNQOFGtSMoWV7RvY4poYCMZ/4lHzNl796WOSNxmk8A==
1167+
dependencies:
1168+
"@eslint-community/regexpp" "^4.5.1"
1169+
"@typescript-eslint/scope-manager" "6.3.0"
1170+
"@typescript-eslint/type-utils" "6.3.0"
1171+
"@typescript-eslint/utils" "6.3.0"
1172+
"@typescript-eslint/visitor-keys" "6.3.0"
11701173
debug "^4.3.4"
11711174
graphemer "^1.4.0"
1172-
ignore "^5.2.0"
1175+
ignore "^5.2.4"
1176+
natural-compare "^1.4.0"
11731177
natural-compare-lite "^1.4.0"
1174-
semver "^7.3.7"
1175-
tsutils "^3.21.0"
1178+
semver "^7.5.4"
1179+
ts-api-utils "^1.0.1"
11761180

1177-
"@typescript-eslint/parser@5.62.0":
1178-
version "5.62.0"
1179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1180-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1181+
"@typescript-eslint/parser@6.3.0":
1182+
version "6.3.0"
1183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46"
1184+
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg==
11811185
dependencies:
1182-
"@typescript-eslint/scope-manager" "5.62.0"
1183-
"@typescript-eslint/types" "5.62.0"
1184-
"@typescript-eslint/typescript-estree" "5.62.0"
1186+
"@typescript-eslint/scope-manager" "6.3.0"
1187+
"@typescript-eslint/types" "6.3.0"
1188+
"@typescript-eslint/typescript-estree" "6.3.0"
1189+
"@typescript-eslint/visitor-keys" "6.3.0"
11851190
debug "^4.3.4"
11861191

1187-
"@typescript-eslint/scope-manager@5.62.0":
1188-
version "5.62.0"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1190-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1192+
"@typescript-eslint/scope-manager@6.3.0":
1193+
version "6.3.0"
1194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
1195+
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
11911196
dependencies:
1192-
"@typescript-eslint/types" "5.62.0"
1193-
"@typescript-eslint/visitor-keys" "5.62.0"
1197+
"@typescript-eslint/types" "6.3.0"
1198+
"@typescript-eslint/visitor-keys" "6.3.0"
11941199

1195-
"@typescript-eslint/type-utils@5.62.0":
1196-
version "5.62.0"
1197-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1198-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1200+
"@typescript-eslint/type-utils@6.3.0":
1201+
version "6.3.0"
1202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247"
1203+
integrity sha512-7Oj+1ox1T2Yc8PKpBvOKWhoI/4rWFd1j7FA/rPE0lbBPXTKjdbtC+7Ev0SeBjEKkIhKWVeZSP+mR7y1Db1CdfQ==
11991204
dependencies:
1200-
"@typescript-eslint/typescript-estree" "5.62.0"
1201-
"@typescript-eslint/utils" "5.62.0"
1205+
"@typescript-eslint/typescript-estree" "6.3.0"
1206+
"@typescript-eslint/utils" "6.3.0"
12021207
debug "^4.3.4"
1203-
tsutils "^3.21.0"
1208+
ts-api-utils "^1.0.1"
12041209

1205-
"@typescript-eslint/types@5.62.0":
1206-
version "5.62.0"
1207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1208-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1210+
"@typescript-eslint/types@6.3.0":
1211+
version "6.3.0"
1212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
1213+
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
12091214

1210-
"@typescript-eslint/typescript-estree@5.62.0":
1211-
version "5.62.0"
1212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1213-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1215+
"@typescript-eslint/typescript-estree@6.3.0":
1216+
version "6.3.0"
1217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
1218+
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
12141219
dependencies:
1215-
"@typescript-eslint/types" "5.62.0"
1216-
"@typescript-eslint/visitor-keys" "5.62.0"
1220+
"@typescript-eslint/types" "6.3.0"
1221+
"@typescript-eslint/visitor-keys" "6.3.0"
12171222
debug "^4.3.4"
12181223
globby "^11.1.0"
12191224
is-glob "^4.0.3"
1220-
semver "^7.3.7"
1221-
tsutils "^3.21.0"
1225+
semver "^7.5.4"
1226+
ts-api-utils "^1.0.1"
12221227

1223-
"@typescript-eslint/utils@5.62.0":
1224-
version "5.62.0"
1225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1226-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1227-
dependencies:
1228-
"@eslint-community/eslint-utils" "^4.2.0"
1229-
"@types/json-schema" "^7.0.9"
1230-
"@types/semver" "^7.3.12"
1231-
"@typescript-eslint/scope-manager" "5.62.0"
1232-
"@typescript-eslint/types" "5.62.0"
1233-
"@typescript-eslint/typescript-estree" "5.62.0"
1234-
eslint-scope "^5.1.1"
1235-
semver "^7.3.7"
1236-
1237-
"@typescript-eslint/visitor-keys@5.62.0":
1238-
version "5.62.0"
1239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1240-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1228+
"@typescript-eslint/utils@6.3.0":
1229+
version "6.3.0"
1230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84"
1231+
integrity sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q==
1232+
dependencies:
1233+
"@eslint-community/eslint-utils" "^4.4.0"
1234+
"@types/json-schema" "^7.0.12"
1235+
"@types/semver" "^7.5.0"
1236+
"@typescript-eslint/scope-manager" "6.3.0"
1237+
"@typescript-eslint/types" "6.3.0"
1238+
"@typescript-eslint/typescript-estree" "6.3.0"
1239+
semver "^7.5.4"
1240+
1241+
"@typescript-eslint/visitor-keys@6.3.0":
1242+
version "6.3.0"
1243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
1244+
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
12411245
dependencies:
1242-
"@typescript-eslint/types" "5.62.0"
1243-
eslint-visitor-keys "^3.3.0"
1246+
"@typescript-eslint/types" "6.3.0"
1247+
eslint-visitor-keys "^3.4.1"
12441248

12451249
acorn-jsx@^5.3.2:
12461250
version "5.3.2"
@@ -1870,14 +1874,6 @@ eslint-config-prettier@8.10.0:
18701874
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
18711875
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
18721876

1873-
eslint-scope@^5.1.1:
1874-
version "5.1.1"
1875-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
1876-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
1877-
dependencies:
1878-
esrecurse "^4.3.0"
1879-
estraverse "^4.1.1"
1880-
18811877
eslint-scope@^7.2.2:
18821878
version "7.2.2"
18831879
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -1981,11 +1977,6 @@ esrecurse@^4.3.0:
19811977
dependencies:
19821978
estraverse "^5.2.0"
19831979

1984-
estraverse@^4.1.1:
1985-
version "4.3.0"
1986-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
1987-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
1988-
19891980
estraverse@^5.1.0:
19901981
version "5.1.0"
19911982
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642"
@@ -2283,6 +2274,11 @@ ignore@^5.2.0:
22832274
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
22842275
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
22852276

2277+
ignore@^5.2.4:
2278+
version "5.2.4"
2279+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
2280+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
2281+
22862282
import-fresh@^3.2.1:
22872283
version "3.2.1"
22882284
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -3503,6 +3499,13 @@ semver@^7.3.7:
35033499
dependencies:
35043500
lru-cache "^6.0.0"
35053501

3502+
semver@^7.5.4:
3503+
version "7.5.4"
3504+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3505+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3506+
dependencies:
3507+
lru-cache "^6.0.0"
3508+
35063509
shebang-command@^2.0.0:
35073510
version "2.0.0"
35083511
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -3773,6 +3776,11 @@ tree-kill@^1.2.2:
37733776
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
37743777
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
37753778

3779+
ts-api-utils@^1.0.1:
3780+
version "1.0.1"
3781+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
3782+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
3783+
37763784
ts-jest@28.0.8:
37773785
version "28.0.8"
37783786
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73"
@@ -3832,23 +3840,11 @@ tsconfig@^7.0.0:
38323840
strip-bom "^3.0.0"
38333841
strip-json-comments "^2.0.0"
38343842

3835-
tslib@^1.8.1:
3836-
version "1.13.0"
3837-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
3838-
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
3839-
38403843
tslib@^2.0.3, tslib@^2.1.0:
38413844
version "2.3.1"
38423845
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
38433846
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
38443847

3845-
tsutils@^3.21.0:
3846-
version "3.21.0"
3847-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3848-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3849-
dependencies:
3850-
tslib "^1.8.1"
3851-
38523848
type-check@^0.4.0, type-check@~0.4.0:
38533849
version "0.4.0"
38543850
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)