-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ deps: Upgrade dependency xo to v0.58.0
- Loading branch information
1 parent
d652d90
commit ff5adb6
Showing
2 changed files
with
86 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2237,7 +2237,7 @@ | |
minimatch "^3.1.2" | ||
strip-json-comments "^3.1.1" | ||
|
||
"@eslint/eslintrc@^3.0.0": | ||
"@eslint/eslintrc@^3.0.2": | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.0.2.tgz#36180f8e85bf34d2fe3ccc2261e8e204a411ab4e" | ||
integrity sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg== | ||
|
@@ -2721,90 +2721,90 @@ | |
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e" | ||
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== | ||
|
||
"@typescript-eslint/eslint-plugin@^6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" | ||
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== | ||
"@typescript-eslint/eslint-plugin@^7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.1.tgz#dd71fc5c7ecec745ca26ece506d84d203a205c0e" | ||
integrity sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.5.1" | ||
"@typescript-eslint/scope-manager" "6.21.0" | ||
"@typescript-eslint/type-utils" "6.21.0" | ||
"@typescript-eslint/utils" "6.21.0" | ||
"@typescript-eslint/visitor-keys" "6.21.0" | ||
"@typescript-eslint/scope-manager" "7.1.1" | ||
"@typescript-eslint/type-utils" "7.1.1" | ||
"@typescript-eslint/utils" "7.1.1" | ||
"@typescript-eslint/visitor-keys" "7.1.1" | ||
debug "^4.3.4" | ||
graphemer "^1.4.0" | ||
ignore "^5.2.4" | ||
natural-compare "^1.4.0" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/parser@^6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b" | ||
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ== | ||
"@typescript-eslint/parser@^7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.1.tgz#6a9d0a5c9ccdf5dbd3cb8c949728c64e24e07d1f" | ||
integrity sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "6.21.0" | ||
"@typescript-eslint/types" "6.21.0" | ||
"@typescript-eslint/typescript-estree" "6.21.0" | ||
"@typescript-eslint/visitor-keys" "6.21.0" | ||
"@typescript-eslint/scope-manager" "7.1.1" | ||
"@typescript-eslint/types" "7.1.1" | ||
"@typescript-eslint/typescript-estree" "7.1.1" | ||
"@typescript-eslint/visitor-keys" "7.1.1" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/scope-manager@6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1" | ||
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg== | ||
"@typescript-eslint/scope-manager@7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93" | ||
integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA== | ||
dependencies: | ||
"@typescript-eslint/types" "6.21.0" | ||
"@typescript-eslint/visitor-keys" "6.21.0" | ||
"@typescript-eslint/types" "7.1.1" | ||
"@typescript-eslint/visitor-keys" "7.1.1" | ||
|
||
"@typescript-eslint/type-utils@6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" | ||
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag== | ||
"@typescript-eslint/type-utils@7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.1.tgz#aee820d5bedd39b83c18585a526cc520ddb7a226" | ||
integrity sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "6.21.0" | ||
"@typescript-eslint/utils" "6.21.0" | ||
"@typescript-eslint/typescript-estree" "7.1.1" | ||
"@typescript-eslint/utils" "7.1.1" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/types@6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" | ||
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== | ||
"@typescript-eslint/types@7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f" | ||
integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q== | ||
|
||
"@typescript-eslint/typescript-estree@6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" | ||
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ== | ||
"@typescript-eslint/typescript-estree@7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece" | ||
integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw== | ||
dependencies: | ||
"@typescript-eslint/types" "6.21.0" | ||
"@typescript-eslint/visitor-keys" "6.21.0" | ||
"@typescript-eslint/types" "7.1.1" | ||
"@typescript-eslint/visitor-keys" "7.1.1" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
is-glob "^4.0.3" | ||
minimatch "9.0.3" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/utils@6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" | ||
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== | ||
"@typescript-eslint/utils@7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.1.tgz#bdeeb789eee4af5d3fb5400a69566d4dbf97ff3b" | ||
integrity sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@types/json-schema" "^7.0.12" | ||
"@types/semver" "^7.5.0" | ||
"@typescript-eslint/scope-manager" "6.21.0" | ||
"@typescript-eslint/types" "6.21.0" | ||
"@typescript-eslint/typescript-estree" "6.21.0" | ||
"@typescript-eslint/scope-manager" "7.1.1" | ||
"@typescript-eslint/types" "7.1.1" | ||
"@typescript-eslint/typescript-estree" "7.1.1" | ||
semver "^7.5.4" | ||
|
||
"@typescript-eslint/visitor-keys@6.21.0": | ||
version "6.21.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" | ||
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A== | ||
"@typescript-eslint/visitor-keys@7.1.1": | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d" | ||
integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ== | ||
dependencies: | ||
"@typescript-eslint/types" "6.21.0" | ||
"@typescript-eslint/types" "7.1.1" | ||
eslint-visitor-keys "^3.4.1" | ||
|
||
"@ungap/structured-clone@^1.2.0": | ||
|
@@ -5188,10 +5188,10 @@ eslint-config-prettier@^9.1.0: | |
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" | ||
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== | ||
|
||
eslint-config-xo-typescript@^2.0.0: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-2.1.1.tgz#f1a60f63d3478651f3cebc37bfbff45bd66f433b" | ||
integrity sha512-fyzEjN8e+qbdU0uWxxnhryRDYTE4ZkQ4AEiV1J180r/6EOFeGkiiBCgYJunKQD7MaEOlKLmcmOnO2oVFcE5K0Q== | ||
eslint-config-xo-typescript@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-4.0.0.tgz#23f120b38d51b7408077dce2dc8b04769cff7112" | ||
integrity sha512-pmSWzVpvzEjZHG7S/rN34cFXAoe6YbvWFBQSitEXD5CcT2SULfykYl8hcYXss37r5N3SmJYAiO6VlcfkPiDRxg== | ||
|
||
eslint-config-xo@^0.44.0: | ||
version "0.44.0" | ||
|
@@ -5336,7 +5336,7 @@ eslint-plugin-prettier@^5.1.3: | |
prettier-linter-helpers "^1.0.0" | ||
synckit "^0.8.6" | ||
|
||
eslint-plugin-unicorn@^51.0.0: | ||
eslint-plugin-unicorn@^51.0.1: | ||
version "51.0.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b" | ||
integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw== | ||
|
@@ -5403,7 +5403,7 @@ eslint-visitor-keys@^4.0.0: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" | ||
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== | ||
|
||
eslint@^8.53.0: | ||
eslint@^8.57.0: | ||
version "8.57.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" | ||
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== | ||
|
@@ -6049,13 +6049,20 @@ get-symbol-description@^1.0.2: | |
es-errors "^1.3.0" | ||
get-intrinsic "^1.2.4" | ||
|
||
get-tsconfig@^4.7.0, get-tsconfig@^4.7.2: | ||
get-tsconfig@^4.7.0: | ||
version "4.7.2" | ||
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2.tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce" | ||
integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A== | ||
dependencies: | ||
resolve-pkg-maps "^1.0.0" | ||
|
||
get-tsconfig@^4.7.3: | ||
version "4.7.3" | ||
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.3.tgz#0498163d98f7b58484dd4906999c0c9d5f103f83" | ||
integrity sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg== | ||
dependencies: | ||
resolve-pkg-maps "^1.0.0" | ||
|
||
getpass@^0.1.1: | ||
version "0.1.7" | ||
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" | ||
|
@@ -6174,7 +6181,7 @@ globby@^13.1.2: | |
merge2 "^1.4.1" | ||
slash "^4.0.0" | ||
|
||
globby@^14.0.0: | ||
globby@^14.0.0, globby@^14.0.1: | ||
version "14.0.1" | ||
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b" | ||
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ== | ||
|
@@ -7902,7 +7909,7 @@ meow@^12.0.1: | |
type-fest "^3.9.0" | ||
yargs-parser "^21.1.1" | ||
|
||
meow@^13.1.0: | ||
meow@^13.1.0, meow@^13.2.0: | ||
version "13.2.0" | ||
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f" | ||
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA== | ||
|
@@ -10836,10 +10843,10 @@ typescript@^4.1.3: | |
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" | ||
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== | ||
|
||
typescript@^5.3.3: | ||
version "5.3.3" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" | ||
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== | ||
typescript@^5.4.2: | ||
version "5.4.2" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" | ||
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== | ||
|
||
unbox-primitive@^1.0.1: | ||
version "1.0.1" | ||
|
@@ -11181,21 +11188,21 @@ xdg-basedir@^5.0.1, xdg-basedir@^5.1.0: | |
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635" | ||
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU= | ||
|
||
xo@0.57.0: | ||
version "0.57.0" | ||
resolved "https://registry.yarnpkg.com/xo/-/xo-0.57.0.tgz#c26e7cb3d9a790af9ad87e2b3431542b03e627dd" | ||
integrity sha512-QTdiZMYtRZZlhlzJI7MVBsW43EYizm2KbXqvw6GRS1oYgHTF3Lq7Z2BK9sjrn+E/wqRVYOC99pOxXlaXuFr/2w== | ||
xo@0.58.0: | ||
version "0.58.0" | ||
resolved "https://registry.yarnpkg.com/xo/-/xo-0.58.0.tgz#8d989aeabc73a75e7e8e304d6d31392cf9763d6b" | ||
integrity sha512-0mTj/U2m+sTa5zh9WGfuHN09D38mj0jJfCs7Py2VGXkfK55ShclpWSYLEusciuBIlfaKaVxfSsqLnuzNTvsKHg== | ||
dependencies: | ||
"@eslint/eslintrc" "^3.0.0" | ||
"@typescript-eslint/eslint-plugin" "^6.21.0" | ||
"@typescript-eslint/parser" "^6.21.0" | ||
"@eslint/eslintrc" "^3.0.2" | ||
"@typescript-eslint/eslint-plugin" "^7.1.1" | ||
"@typescript-eslint/parser" "^7.1.1" | ||
arrify "^3.0.0" | ||
cosmiconfig "^8.3.6" | ||
define-lazy-prop "^3.0.0" | ||
eslint "^8.53.0" | ||
eslint "^8.57.0" | ||
eslint-config-prettier "^9.1.0" | ||
eslint-config-xo "^0.44.0" | ||
eslint-config-xo-typescript "^2.0.0" | ||
eslint-config-xo-typescript "^4.0.0" | ||
eslint-formatter-pretty "^6.0.1" | ||
eslint-import-resolver-webpack "^0.13.8" | ||
eslint-plugin-ava "^14.0.0" | ||
|
@@ -11204,24 +11211,24 @@ [email protected]: | |
eslint-plugin-n "^16.6.2" | ||
eslint-plugin-no-use-extend-native "^0.5.0" | ||
eslint-plugin-prettier "^5.1.3" | ||
eslint-plugin-unicorn "^51.0.0" | ||
eslint-plugin-unicorn "^51.0.1" | ||
esm-utils "^4.2.1" | ||
find-cache-dir "^5.0.0" | ||
find-up-simple "^1.0.0" | ||
get-stdin "^9.0.0" | ||
get-tsconfig "^4.7.2" | ||
globby "^14.0.0" | ||
get-tsconfig "^4.7.3" | ||
globby "^14.0.1" | ||
imurmurhash "^0.1.4" | ||
json-stable-stringify-without-jsonify "^1.0.1" | ||
lodash-es "^4.17.21" | ||
meow "^13.1.0" | ||
meow "^13.2.0" | ||
micromatch "^4.0.5" | ||
open-editor "^4.1.1" | ||
prettier "^3.2.5" | ||
semver "^7.6.0" | ||
slash "^5.1.0" | ||
to-absolute-glob "^3.0.0" | ||
typescript "^5.3.3" | ||
typescript "^5.4.2" | ||
|
||
xtend@^4.0.0: | ||
version "4.0.2" | ||
|