|
362 | 362 | "@typescript-eslint/typescript-estree" "2.20.0"
|
363 | 363 | eslint-scope "^5.0.0"
|
364 | 364 |
|
365 |
| -"@typescript-eslint/parser@^2.20.0": |
366 |
| - version "2.20.0" |
367 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.20.0.tgz#608e5bb06ba98a415b64ace994c79ab20f9772a9" |
368 |
| - integrity sha512-o8qsKaosLh2qhMZiHNtaHKTHyCHc3Triq6aMnwnWj7budm3xAY9owSZzV1uon5T9cWmJRJGzTFa90aex4m77Lw== |
| 365 | +"@typescript-eslint/experimental-utils@2.21.0": |
| 366 | + version "2.21.0" |
| 367 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.21.0.tgz#71de390a3ec00b280b69138d80733406e6e86bfa" |
| 368 | + integrity sha512-olKw9JP/XUkav4lq0I7S1mhGgONJF9rHNhKFn9wJlpfRVjNo3PPjSvybxEldvCXnvD+WAshSzqH5cEjPp9CsBA== |
| 369 | + dependencies: |
| 370 | + "@types/json-schema" "^7.0.3" |
| 371 | + "@typescript-eslint/typescript-estree" "2.21.0" |
| 372 | + eslint-scope "^5.0.0" |
| 373 | + |
| 374 | +"@typescript-eslint/parser@^2.21.0": |
| 375 | + version "2.21.0" |
| 376 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.21.0.tgz#4f200995517c3d5fc5ef51b17527bc948992e438" |
| 377 | + integrity sha512-VrmbdrrrvvI6cPPOG7uOgGUFXNYTiSbnRq8ZMyuGa4+qmXJXVLEEz78hKuqupvkpwJQNk1Ucz1TenrRP90gmBg== |
369 | 378 | dependencies:
|
370 | 379 | "@types/eslint-visitor-keys" "^1.0.0"
|
371 |
| - "@typescript-eslint/experimental-utils" "2.20.0" |
372 |
| - "@typescript-eslint/typescript-estree" "2.20.0" |
| 380 | + "@typescript-eslint/experimental-utils" "2.21.0" |
| 381 | + "@typescript-eslint/typescript-estree" "2.21.0" |
373 | 382 | eslint-visitor-keys "^1.1.0"
|
374 | 383 |
|
375 | 384 | "@typescript-eslint/typescript-estree@2.20.0":
|
|
385 | 394 | semver "^6.3.0"
|
386 | 395 | tsutils "^3.17.1"
|
387 | 396 |
|
| 397 | +"@typescript-eslint/typescript-estree@2.21.0": |
| 398 | + version "2.21.0" |
| 399 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.21.0.tgz#7e4be29f2e338195a2e8c818949ed0ff727cc943" |
| 400 | + integrity sha512-NC/nogZNb9IK2MEFQqyDBAciOT8Lp8O3KgAfvHx2Skx6WBo+KmDqlU3R9KxHONaijfTIKtojRe3SZQyMjr3wBw== |
| 401 | + dependencies: |
| 402 | + debug "^4.1.1" |
| 403 | + eslint-visitor-keys "^1.1.0" |
| 404 | + glob "^7.1.6" |
| 405 | + is-glob "^4.0.1" |
| 406 | + lodash "^4.17.15" |
| 407 | + semver "^6.3.0" |
| 408 | + tsutils "^3.17.1" |
| 409 | + |
388 | 410 | JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
|
389 | 411 | version "1.3.5"
|
390 | 412 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
|
0 commit comments