|
1090 | 1090 | natural-compare "^1.4.0" |
1091 | 1091 | ts-api-utils "^1.3.0" |
1092 | 1092 |
|
1093 | | -"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^7.0.1": |
| 1093 | +"@typescript-eslint/[email protected]": |
| 1094 | + version "8.0.1" |
| 1095 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.1.tgz#eb0728147a3a79edf43dde84c797f117213bbfdb" |
| 1096 | + integrity sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg== |
| 1097 | + dependencies: |
| 1098 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1099 | + "@typescript-eslint/types" "8.0.1" |
| 1100 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1101 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1102 | + debug "^4.3.4" |
| 1103 | + |
| 1104 | +"@typescript-eslint/parser@^7.0.1": |
1094 | 1105 | version "7.14.1" |
1095 | 1106 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692" |
1096 | 1107 | integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA== |
|
1109 | 1120 | "@typescript-eslint/types" "7.14.1" |
1110 | 1121 | "@typescript-eslint/visitor-keys" "7.14.1" |
1111 | 1122 |
|
| 1123 | +"@typescript-eslint/[email protected]": |
| 1124 | + version "8.0.1" |
| 1125 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e" |
| 1126 | + integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ== |
| 1127 | + dependencies: |
| 1128 | + "@typescript-eslint/types" "8.0.1" |
| 1129 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1130 | + |
1112 | 1131 | "@typescript-eslint/[email protected]": |
1113 | 1132 | version "7.14.1" |
1114 | 1133 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6" |
|
1124 | 1143 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa" |
1125 | 1144 | integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg== |
1126 | 1145 |
|
| 1146 | +"@typescript-eslint/[email protected]": |
| 1147 | + version "8.0.1" |
| 1148 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918" |
| 1149 | + integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw== |
| 1150 | + |
1127 | 1151 | "@typescript-eslint/[email protected]": |
1128 | 1152 | version "7.14.1" |
1129 | 1153 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575" |
|
1138 | 1162 | semver "^7.6.0" |
1139 | 1163 | ts-api-utils "^1.3.0" |
1140 | 1164 |
|
| 1165 | +"@typescript-eslint/[email protected]": |
| 1166 | + version "8.0.1" |
| 1167 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866" |
| 1168 | + integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w== |
| 1169 | + dependencies: |
| 1170 | + "@typescript-eslint/types" "8.0.1" |
| 1171 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1172 | + debug "^4.3.4" |
| 1173 | + globby "^11.1.0" |
| 1174 | + is-glob "^4.0.3" |
| 1175 | + minimatch "^9.0.4" |
| 1176 | + semver "^7.6.0" |
| 1177 | + ts-api-utils "^1.3.0" |
| 1178 | + |
1141 | 1179 | "@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0": |
1142 | 1180 | version "7.14.1" |
1143 | 1181 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d" |
|
1156 | 1194 | "@typescript-eslint/types" "7.14.1" |
1157 | 1195 | eslint-visitor-keys "^3.4.3" |
1158 | 1196 |
|
| 1197 | +"@typescript-eslint/[email protected]": |
| 1198 | + version "8.0.1" |
| 1199 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778" |
| 1200 | + integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ== |
| 1201 | + dependencies: |
| 1202 | + "@typescript-eslint/types" "8.0.1" |
| 1203 | + eslint-visitor-keys "^3.4.3" |
| 1204 | + |
1159 | 1205 | |
1160 | 1206 | version "0.34.0" |
1161 | 1207 | resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054" |
|
0 commit comments