Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit d885e9b

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.23.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bb3f80 commit d885e9b

File tree

2 files changed

+60
-114
lines changed

2 files changed

+60
-114
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "22.13.0",
2727
"@types/react": "18.3.12",
2828
"@types/react-dom": "18.3.1",
29-
"@typescript-eslint/eslint-plugin": "^7.18.0",
29+
"@typescript-eslint/eslint-plugin": "^8.23.0",
3030
"eslint": "8.57.0",
3131
"eslint-config-next": "14.2.15",
3232
"eslint-config-prettier": "^10.0.1",

yarn.lock

Lines changed: 59 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,35 +1793,20 @@
17931793
"@types/prop-types" "*"
17941794
csstype "^3.0.2"
17951795

1796-
"@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
1797-
version "8.6.0"
1798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
1799-
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
1796+
"@typescript-eslint/eslint-plugin@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/eslint-plugin@^8.23.0":
1797+
version "8.23.0"
1798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
1799+
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
18001800
dependencies:
18011801
"@eslint-community/regexpp" "^4.10.0"
1802-
"@typescript-eslint/scope-manager" "8.6.0"
1803-
"@typescript-eslint/type-utils" "8.6.0"
1804-
"@typescript-eslint/utils" "8.6.0"
1805-
"@typescript-eslint/visitor-keys" "8.6.0"
1802+
"@typescript-eslint/scope-manager" "8.23.0"
1803+
"@typescript-eslint/type-utils" "8.23.0"
1804+
"@typescript-eslint/utils" "8.23.0"
1805+
"@typescript-eslint/visitor-keys" "8.23.0"
18061806
graphemer "^1.4.0"
18071807
ignore "^5.3.1"
18081808
natural-compare "^1.4.0"
1809-
ts-api-utils "^1.3.0"
1810-
1811-
"@typescript-eslint/eslint-plugin@^7.18.0":
1812-
version "7.18.0"
1813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
1814-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
1815-
dependencies:
1816-
"@eslint-community/regexpp" "^4.10.0"
1817-
"@typescript-eslint/scope-manager" "7.18.0"
1818-
"@typescript-eslint/type-utils" "7.18.0"
1819-
"@typescript-eslint/utils" "7.18.0"
1820-
"@typescript-eslint/visitor-keys" "7.18.0"
1821-
graphemer "^1.4.0"
1822-
ignore "^5.3.1"
1823-
natural-compare "^1.4.0"
1824-
ts-api-utils "^1.3.0"
1809+
ts-api-utils "^2.0.1"
18251810

18261811
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
18271812
version "8.6.0"
@@ -1834,13 +1819,13 @@
18341819
"@typescript-eslint/visitor-keys" "8.6.0"
18351820
debug "^4.3.4"
18361821

1837-
"@typescript-eslint/scope-manager@7.18.0":
1838-
version "7.18.0"
1839-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
1840-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
1822+
"@typescript-eslint/scope-manager@8.23.0":
1823+
version "8.23.0"
1824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
1825+
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==
18411826
dependencies:
1842-
"@typescript-eslint/types" "7.18.0"
1843-
"@typescript-eslint/visitor-keys" "7.18.0"
1827+
"@typescript-eslint/types" "8.23.0"
1828+
"@typescript-eslint/visitor-keys" "8.23.0"
18441829

18451830
"@typescript-eslint/scope-manager@8.6.0":
18461831
version "8.6.0"
@@ -1850,49 +1835,39 @@
18501835
"@typescript-eslint/types" "8.6.0"
18511836
"@typescript-eslint/visitor-keys" "8.6.0"
18521837

1853-
"@typescript-eslint/type-utils@7.18.0":
1854-
version "7.18.0"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
1856-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
1838+
"@typescript-eslint/type-utils@8.23.0":
1839+
version "8.23.0"
1840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
1841+
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
18571842
dependencies:
1858-
"@typescript-eslint/typescript-estree" "7.18.0"
1859-
"@typescript-eslint/utils" "7.18.0"
1843+
"@typescript-eslint/typescript-estree" "8.23.0"
1844+
"@typescript-eslint/utils" "8.23.0"
18601845
debug "^4.3.4"
1861-
ts-api-utils "^1.3.0"
1862-
1863-
"@typescript-eslint/type-utils@8.6.0":
1864-
version "8.6.0"
1865-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
1866-
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
1867-
dependencies:
1868-
"@typescript-eslint/typescript-estree" "8.6.0"
1869-
"@typescript-eslint/utils" "8.6.0"
1870-
debug "^4.3.4"
1871-
ts-api-utils "^1.3.0"
1846+
ts-api-utils "^2.0.1"
18721847

1873-
"@typescript-eslint/types@7.18.0":
1874-
version "7.18.0"
1875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
1876-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
1848+
"@typescript-eslint/types@8.23.0":
1849+
version "8.23.0"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
1851+
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
18771852

18781853
"@typescript-eslint/types@8.6.0":
18791854
version "8.6.0"
18801855
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
18811856
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
18821857

1883-
"@typescript-eslint/typescript-estree@7.18.0":
1884-
version "7.18.0"
1885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
1886-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
1858+
"@typescript-eslint/typescript-estree@8.23.0":
1859+
version "8.23.0"
1860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924"
1861+
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==
18871862
dependencies:
1888-
"@typescript-eslint/types" "7.18.0"
1889-
"@typescript-eslint/visitor-keys" "7.18.0"
1863+
"@typescript-eslint/types" "8.23.0"
1864+
"@typescript-eslint/visitor-keys" "8.23.0"
18901865
debug "^4.3.4"
1891-
globby "^11.1.0"
1866+
fast-glob "^3.3.2"
18921867
is-glob "^4.0.3"
18931868
minimatch "^9.0.4"
18941869
semver "^7.6.0"
1895-
ts-api-utils "^1.3.0"
1870+
ts-api-utils "^2.0.1"
18961871

18971872
"@typescript-eslint/typescript-estree@8.6.0":
18981873
version "8.6.0"
@@ -1908,33 +1883,23 @@
19081883
semver "^7.6.0"
19091884
ts-api-utils "^1.3.0"
19101885

1911-
"@typescript-eslint/utils@7.18.0":
1912-
version "7.18.0"
1913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
1914-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
1915-
dependencies:
1916-
"@eslint-community/eslint-utils" "^4.4.0"
1917-
"@typescript-eslint/scope-manager" "7.18.0"
1918-
"@typescript-eslint/types" "7.18.0"
1919-
"@typescript-eslint/typescript-estree" "7.18.0"
1920-
1921-
"@typescript-eslint/utils@8.6.0":
1922-
version "8.6.0"
1923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
1924-
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
1886+
"@typescript-eslint/utils@8.23.0":
1887+
version "8.23.0"
1888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
1889+
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
19251890
dependencies:
19261891
"@eslint-community/eslint-utils" "^4.4.0"
1927-
"@typescript-eslint/scope-manager" "8.6.0"
1928-
"@typescript-eslint/types" "8.6.0"
1929-
"@typescript-eslint/typescript-estree" "8.6.0"
1892+
"@typescript-eslint/scope-manager" "8.23.0"
1893+
"@typescript-eslint/types" "8.23.0"
1894+
"@typescript-eslint/typescript-estree" "8.23.0"
19301895

1931-
"@typescript-eslint/visitor-keys@7.18.0":
1932-
version "7.18.0"
1933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
1934-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
1896+
"@typescript-eslint/visitor-keys@8.23.0":
1897+
version "8.23.0"
1898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8"
1899+
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==
19351900
dependencies:
1936-
"@typescript-eslint/types" "7.18.0"
1937-
eslint-visitor-keys "^3.4.3"
1901+
"@typescript-eslint/types" "8.23.0"
1902+
eslint-visitor-keys "^4.2.0"
19381903

19391904
"@typescript-eslint/visitor-keys@8.6.0":
19401905
version "8.6.0"
@@ -2029,11 +1994,6 @@ array-includes@^3.1.6, array-includes@^3.1.7:
20291994
get-intrinsic "^1.2.1"
20301995
is-string "^1.0.7"
20311996

2032-
array-union@^2.1.0:
2033-
version "2.1.0"
2034-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
2035-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
2036-
20371997
array.prototype.filter@^1.0.3:
20381998
version "1.0.3"
20391999
resolved "https://registry.yarnpkg.com/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz#423771edeb417ff5914111fff4277ea0624c0d0e"
@@ -2505,13 +2465,6 @@ detect-libc@^2.0.3:
25052465
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.3.tgz#f0cd503b40f9939b894697d19ad50895e30cf700"
25062466
integrity sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==
25072467

2508-
dir-glob@^3.0.1:
2509-
version "3.0.1"
2510-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
2511-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
2512-
dependencies:
2513-
path-type "^4.0.0"
2514-
25152468
doctrine@^2.1.0:
25162469
version "2.1.0"
25172470
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -2890,6 +2843,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
28902843
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
28912844
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
28922845

2846+
eslint-visitor-keys@^4.2.0:
2847+
version "4.2.0"
2848+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2849+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2850+
28932851
eslint@8.57.0:
28942852
version "8.57.0"
28952853
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -2977,7 +2935,7 @@ fast-diff@^1.1.2:
29772935
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
29782936
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
29792937

2980-
fast-glob@^3.2.9, fast-glob@^3.3.1, fast-glob@^3.3.2:
2938+
fast-glob@^3.3.1, fast-glob@^3.3.2:
29812939
version "3.3.2"
29822940
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
29832941
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -3190,18 +3148,6 @@ globalthis@^1.0.3:
31903148
dependencies:
31913149
define-properties "^1.1.3"
31923150

3193-
globby@^11.1.0:
3194-
version "11.1.0"
3195-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
3196-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
3197-
dependencies:
3198-
array-union "^2.1.0"
3199-
dir-glob "^3.0.1"
3200-
fast-glob "^3.2.9"
3201-
ignore "^5.2.0"
3202-
merge2 "^1.4.1"
3203-
slash "^3.0.0"
3204-
32053151
gopd@^1.0.1:
32063152
version "1.0.1"
32073153
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -3674,7 +3620,7 @@ mdn-data@2.0.30:
36743620
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.30.tgz#ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc"
36753621
integrity sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==
36763622

3677-
merge2@^1.3.0, merge2@^1.4.1:
3623+
merge2@^1.3.0:
36783624
version "1.4.1"
36793625
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
36803626
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -4329,11 +4275,6 @@ simple-swizzle@^0.2.2:
43294275
dependencies:
43304276
is-arrayish "^0.3.1"
43314277

4332-
slash@^3.0.0:
4333-
version "3.0.0"
4334-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
4335-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
4336-
43374278
snake-case@^3.0.4:
43384279
version "3.0.4"
43394280
resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c"
@@ -4541,6 +4482,11 @@ ts-api-utils@^1.3.0:
45414482
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
45424483
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
45434484

4485+
ts-api-utils@^2.0.1:
4486+
version "2.0.1"
4487+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
4488+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
4489+
45444490
tsconfig-paths@^3.15.0:
45454491
version "3.15.0"
45464492
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)