Skip to content

Commit 98eecdd

Browse files
Update typescript-eslint monorepo to v6
1 parent 5269a71 commit 98eecdd

2 files changed

Lines changed: 102 additions & 71 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@types/node": "^12.12.38 || ^18.0.0",
4141
"@types/react": "^16.9.27 || ^18.0.0",
4242
"@types/react-dom": "^16.9.7 || ^18.0.0",
43-
"@typescript-eslint/eslint-plugin": "^2.26.0 || ^5.0.0",
44-
"@typescript-eslint/parser": "^2.26.0 || ^5.0.0",
43+
"@typescript-eslint/eslint-plugin": "^2.26.0 || ^5.0.0 || ^6.0.0",
44+
"@typescript-eslint/parser": "^2.26.0 || ^5.0.0 || ^6.0.0",
4545
"microbundle": "^0.15.1",
4646
"@babel/eslint-parser": "^10.0.3 || ^7.11.0",
4747
"cross-env": "^7.0.2",

yarn.lock

Lines changed: 100 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,17 +1274,17 @@
12741274
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
12751275
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
12761276

1277-
"@eslint-community/eslint-utils@^4.2.0":
1277+
"@eslint-community/eslint-utils@^4.3.0":
12781278
version "4.4.0"
12791279
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
12801280
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
12811281
dependencies:
12821282
eslint-visitor-keys "^3.3.0"
12831283

1284-
"@eslint-community/regexpp@^4.4.0":
1285-
version "4.5.0"
1286-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
1287-
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
1284+
"@eslint-community/regexpp@^4.5.0":
1285+
version "4.5.1"
1286+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1287+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
12881288

12891289
"@hapi/address@2.x.x":
12901290
version "2.1.4"
@@ -1940,7 +1940,12 @@
19401940
expect "^29.0.0"
19411941
pretty-format "^29.0.0"
19421942

1943-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.9":
1943+
"@types/json-schema@^7.0.11":
1944+
version "7.0.12"
1945+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1946+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1947+
1948+
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5":
19441949
version "7.0.11"
19451950
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
19461951
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -2084,21 +2089,24 @@
20842089
regexpp "^3.0.0"
20852090
tsutils "^3.17.1"
20862091

2087-
"@typescript-eslint/eslint-plugin@^2.26.0 || ^5.0.0":
2088-
version "5.57.1"
2089-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz#d1ab162a3cd2671b8a1c9ddf6e2db73b14439735"
2090-
integrity sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==
2091-
dependencies:
2092-
"@eslint-community/regexpp" "^4.4.0"
2093-
"@typescript-eslint/scope-manager" "5.57.1"
2094-
"@typescript-eslint/type-utils" "5.57.1"
2095-
"@typescript-eslint/utils" "5.57.1"
2092+
"@typescript-eslint/eslint-plugin@^2.26.0 || ^5.0.0 || ^6.0.0":
2093+
version "6.0.0"
2094+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4"
2095+
integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==
2096+
dependencies:
2097+
"@eslint-community/regexpp" "^4.5.0"
2098+
"@typescript-eslint/scope-manager" "6.0.0"
2099+
"@typescript-eslint/type-utils" "6.0.0"
2100+
"@typescript-eslint/utils" "6.0.0"
2101+
"@typescript-eslint/visitor-keys" "6.0.0"
20962102
debug "^4.3.4"
20972103
grapheme-splitter "^1.0.4"
2098-
ignore "^5.2.0"
2104+
graphemer "^1.4.0"
2105+
ignore "^5.2.4"
2106+
natural-compare "^1.4.0"
20992107
natural-compare-lite "^1.4.0"
2100-
semver "^7.3.7"
2101-
tsutils "^3.21.0"
2108+
semver "^7.5.0"
2109+
ts-api-utils "^1.0.1"
21022110

21032111
"@typescript-eslint/experimental-utils@2.34.0":
21042112
version "2.34.0"
@@ -2120,38 +2128,39 @@
21202128
"@typescript-eslint/typescript-estree" "2.34.0"
21212129
eslint-visitor-keys "^1.1.0"
21222130

2123-
"@typescript-eslint/parser@^2.26.0 || ^5.0.0":
2124-
version "5.57.1"
2125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.1.tgz#af911234bd4401d09668c5faf708a0570a17a748"
2126-
integrity sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==
2131+
"@typescript-eslint/parser@^2.26.0 || ^5.0.0 || ^6.0.0":
2132+
version "6.0.0"
2133+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.0.0.tgz#46b2600fd1f67e62fc00a28093a75f41bf7effc4"
2134+
integrity sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg==
21272135
dependencies:
2128-
"@typescript-eslint/scope-manager" "5.57.1"
2129-
"@typescript-eslint/types" "5.57.1"
2130-
"@typescript-eslint/typescript-estree" "5.57.1"
2136+
"@typescript-eslint/scope-manager" "6.0.0"
2137+
"@typescript-eslint/types" "6.0.0"
2138+
"@typescript-eslint/typescript-estree" "6.0.0"
2139+
"@typescript-eslint/visitor-keys" "6.0.0"
21312140
debug "^4.3.4"
21322141

2133-
"@typescript-eslint/scope-manager@5.57.1":
2134-
version "5.57.1"
2135-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
2136-
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
2142+
"@typescript-eslint/scope-manager@6.0.0":
2143+
version "6.0.0"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11"
2145+
integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==
21372146
dependencies:
2138-
"@typescript-eslint/types" "5.57.1"
2139-
"@typescript-eslint/visitor-keys" "5.57.1"
2147+
"@typescript-eslint/types" "6.0.0"
2148+
"@typescript-eslint/visitor-keys" "6.0.0"
21402149

2141-
"@typescript-eslint/type-utils@5.57.1":
2142-
version "5.57.1"
2143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz#235daba621d3f882b8488040597b33777c74bbe9"
2144-
integrity sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==
2150+
"@typescript-eslint/type-utils@6.0.0":
2151+
version "6.0.0"
2152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18"
2153+
integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==
21452154
dependencies:
2146-
"@typescript-eslint/typescript-estree" "5.57.1"
2147-
"@typescript-eslint/utils" "5.57.1"
2155+
"@typescript-eslint/typescript-estree" "6.0.0"
2156+
"@typescript-eslint/utils" "6.0.0"
21482157
debug "^4.3.4"
2149-
tsutils "^3.21.0"
2158+
ts-api-utils "^1.0.1"
21502159

2151-
"@typescript-eslint/types@5.57.1":
2152-
version "5.57.1"
2153-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
2154-
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
2160+
"@typescript-eslint/types@6.0.0":
2161+
version "6.0.0"
2162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1"
2163+
integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==
21552164

21562165
"@typescript-eslint/typescript-estree@2.34.0":
21572166
version "2.34.0"
@@ -2166,40 +2175,40 @@
21662175
semver "^7.3.2"
21672176
tsutils "^3.17.1"
21682177

2169-
"@typescript-eslint/typescript-estree@5.57.1":
2170-
version "5.57.1"
2171-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
2172-
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
2178+
"@typescript-eslint/typescript-estree@6.0.0":
2179+
version "6.0.0"
2180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81"
2181+
integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==
21732182
dependencies:
2174-
"@typescript-eslint/types" "5.57.1"
2175-
"@typescript-eslint/visitor-keys" "5.57.1"
2183+
"@typescript-eslint/types" "6.0.0"
2184+
"@typescript-eslint/visitor-keys" "6.0.0"
21762185
debug "^4.3.4"
21772186
globby "^11.1.0"
21782187
is-glob "^4.0.3"
2179-
semver "^7.3.7"
2180-
tsutils "^3.21.0"
2188+
semver "^7.5.0"
2189+
ts-api-utils "^1.0.1"
21812190

2182-
"@typescript-eslint/utils@5.57.1":
2183-
version "5.57.1"
2184-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
2185-
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
2191+
"@typescript-eslint/utils@6.0.0":
2192+
version "6.0.0"
2193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0"
2194+
integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==
21862195
dependencies:
2187-
"@eslint-community/eslint-utils" "^4.2.0"
2188-
"@types/json-schema" "^7.0.9"
2196+
"@eslint-community/eslint-utils" "^4.3.0"
2197+
"@types/json-schema" "^7.0.11"
21892198
"@types/semver" "^7.3.12"
2190-
"@typescript-eslint/scope-manager" "5.57.1"
2191-
"@typescript-eslint/types" "5.57.1"
2192-
"@typescript-eslint/typescript-estree" "5.57.1"
2199+
"@typescript-eslint/scope-manager" "6.0.0"
2200+
"@typescript-eslint/types" "6.0.0"
2201+
"@typescript-eslint/typescript-estree" "6.0.0"
21932202
eslint-scope "^5.1.1"
2194-
semver "^7.3.7"
2203+
semver "^7.5.0"
21952204

2196-
"@typescript-eslint/visitor-keys@5.57.1":
2197-
version "5.57.1"
2198-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
2199-
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
2205+
"@typescript-eslint/visitor-keys@6.0.0":
2206+
version "6.0.0"
2207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31"
2208+
integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==
22002209
dependencies:
2201-
"@typescript-eslint/types" "5.57.1"
2202-
eslint-visitor-keys "^3.3.0"
2210+
"@typescript-eslint/types" "6.0.0"
2211+
eslint-visitor-keys "^3.4.1"
22032212

22042213
"@webassemblyjs/ast@1.8.5":
22052214
version "1.8.5"
@@ -5217,6 +5226,11 @@ eslint-visitor-keys@^3.3.0:
52175226
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
52185227
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
52195228

5229+
eslint-visitor-keys@^3.4.1:
5230+
version "3.4.1"
5231+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
5232+
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
5233+
52205234
eslint@^6.6.0, eslint@^6.8.0:
52215235
version "6.8.0"
52225236
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -6147,6 +6161,11 @@ grapheme-splitter@^1.0.4:
61476161
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
61486162
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
61496163

6164+
graphemer@^1.4.0:
6165+
version "1.4.0"
6166+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
6167+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
6168+
61506169
growly@^1.3.0:
61516170
version "1.3.0"
61526171
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -6509,7 +6528,7 @@ ignore@^4.0.6:
65096528
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
65106529
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
65116530

6512-
ignore@^5.1.1, ignore@^5.2.0:
6531+
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
65136532
version "5.2.4"
65146533
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
65156534
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -11303,13 +11322,20 @@ semver@6.3.0, semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver
1130311322
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1130411323
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1130511324

11306-
semver@^7.3.2, semver@^7.3.7:
11325+
semver@^7.3.2:
1130711326
version "7.3.8"
1130811327
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1130911328
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1131011329
dependencies:
1131111330
lru-cache "^6.0.0"
1131211331

11332+
semver@^7.5.0:
11333+
version "7.5.4"
11334+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
11335+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
11336+
dependencies:
11337+
lru-cache "^6.0.0"
11338+
1131311339
send@0.18.0:
1131411340
version "0.18.0"
1131511341
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -12282,6 +12308,11 @@ trim-repeated@^1.0.0:
1228212308
dependencies:
1228312309
escape-string-regexp "^1.0.2"
1228412310

12311+
ts-api-utils@^1.0.1:
12312+
version "1.0.1"
12313+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
12314+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
12315+
1228512316
ts-pnp@1.1.6:
1228612317
version "1.1.6"
1228712318
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.6.tgz#389a24396d425a0d3162e96d2b4638900fdc289a"
@@ -12312,7 +12343,7 @@ tslib@^2.0.3, tslib@^2.4.0:
1231212343
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
1231312344
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
1231412345

12315-
tsutils@^3.17.1, tsutils@^3.21.0:
12346+
tsutils@^3.17.1:
1231612347
version "3.21.0"
1231712348
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1231812349
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)