|
180 | 180 | semver "^7.3.5"
|
181 | 181 | tsutils "^3.21.0"
|
182 | 182 |
|
183 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1": |
| 183 | +"@typescript-eslint/[email protected]": |
184 | 184 | version "4.33.0"
|
185 | 185 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
|
186 | 186 | integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
|
|
192 | 192 | eslint-scope "^5.1.1"
|
193 | 193 | eslint-utils "^3.0.0"
|
194 | 194 |
|
| 195 | +"@typescript-eslint/experimental-utils@^5.0.0": |
| 196 | + version "5.0.0" |
| 197 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc" |
| 198 | + integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg== |
| 199 | + dependencies: |
| 200 | + "@types/json-schema" "^7.0.7" |
| 201 | + "@typescript-eslint/scope-manager" "5.0.0" |
| 202 | + "@typescript-eslint/types" "5.0.0" |
| 203 | + "@typescript-eslint/typescript-estree" "5.0.0" |
| 204 | + eslint-scope "^5.1.1" |
| 205 | + eslint-utils "^3.0.0" |
| 206 | + |
195 | 207 | "@typescript-eslint/parser@^4.15.0":
|
196 | 208 | version "4.33.0"
|
197 | 209 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
|
|
210 | 222 | "@typescript-eslint/types" "4.33.0"
|
211 | 223 | "@typescript-eslint/visitor-keys" "4.33.0"
|
212 | 224 |
|
| 225 | +"@typescript-eslint/[email protected]": |
| 226 | + version "5.0.0" |
| 227 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f" |
| 228 | + integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ== |
| 229 | + dependencies: |
| 230 | + "@typescript-eslint/types" "5.0.0" |
| 231 | + "@typescript-eslint/visitor-keys" "5.0.0" |
| 232 | + |
213 | 233 | "@typescript-eslint/[email protected]":
|
214 | 234 | version "4.33.0"
|
215 | 235 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
|
216 | 236 | integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
|
217 | 237 |
|
| 238 | +"@typescript-eslint/[email protected]": |
| 239 | + version "5.0.0" |
| 240 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f" |
| 241 | + integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w== |
| 242 | + |
218 | 243 | "@typescript-eslint/[email protected]":
|
219 | 244 | version "4.33.0"
|
220 | 245 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
|
|
228 | 253 | semver "^7.3.5"
|
229 | 254 | tsutils "^3.21.0"
|
230 | 255 |
|
| 256 | +"@typescript-eslint/[email protected]": |
| 257 | + version "5.0.0" |
| 258 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3" |
| 259 | + integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q== |
| 260 | + dependencies: |
| 261 | + "@typescript-eslint/types" "5.0.0" |
| 262 | + "@typescript-eslint/visitor-keys" "5.0.0" |
| 263 | + debug "^4.3.1" |
| 264 | + globby "^11.0.3" |
| 265 | + is-glob "^4.0.1" |
| 266 | + semver "^7.3.5" |
| 267 | + tsutils "^3.21.0" |
| 268 | + |
231 | 269 | "@typescript-eslint/[email protected]":
|
232 | 270 | version "4.33.0"
|
233 | 271 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
|
|
236 | 274 | "@typescript-eslint/types" "4.33.0"
|
237 | 275 | eslint-visitor-keys "^2.0.0"
|
238 | 276 |
|
| 277 | +"@typescript-eslint/[email protected]": |
| 278 | + version "5.0.0" |
| 279 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df" |
| 280 | + integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw== |
| 281 | + dependencies: |
| 282 | + "@typescript-eslint/types" "5.0.0" |
| 283 | + eslint-visitor-keys "^3.0.0" |
| 284 | + |
239 | 285 | acorn-jsx@^5.1.0:
|
240 | 286 | version "5.1.0"
|
241 | 287 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
|
@@ -591,12 +637,12 @@ eslint-plugin-import@^2.19.1:
|
591 | 637 | resolve "^1.20.0"
|
592 | 638 | tsconfig-paths "^3.11.0"
|
593 | 639 |
|
594 |
| -eslint-plugin-jest@^24.3.6: |
595 |
| - version "24.7.0" |
596 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889" |
597 |
| - integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA== |
| 640 | +eslint-plugin-jest@^25.0.5: |
| 641 | + version "25.0.5" |
| 642 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca" |
| 643 | + integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg== |
598 | 644 | dependencies:
|
599 |
| - "@typescript-eslint/experimental-utils" "^4.0.1" |
| 645 | + "@typescript-eslint/experimental-utils" "^5.0.0" |
600 | 646 |
|
601 | 647 | eslint-plugin-prettier@^3.1.3:
|
602 | 648 | version "3.4.1"
|
@@ -702,6 +748,11 @@ eslint-visitor-keys@^2.0.0:
|
702 | 748 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
703 | 749 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
704 | 750 |
|
| 751 | +eslint-visitor-keys@^3.0.0: |
| 752 | + version "3.0.0" |
| 753 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186" |
| 754 | + integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q== |
| 755 | + |
705 | 756 | eslint@^6.7.2:
|
706 | 757 | version "6.8.0"
|
707 | 758 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
|
|
0 commit comments