|
2486 | 2486 | regexpp "^3.0.0"
|
2487 | 2487 | tsutils "^3.17.1"
|
2488 | 2488 |
|
2489 |
| -"@typescript-eslint/eslint-plugin@^3.0.2": |
2490 |
| - version "3.0.2" |
2491 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.2.tgz#4a114a066e2f9659b25682ee59d4866e15a17ec3" |
2492 |
| - integrity sha512-ER3bSS/A/pKQT/hjMGCK8UQzlL0yLjuCZ/G8CDFJFVTfl3X65fvq2lNYqOG8JPTfrPa2RULCdwfOyFjZEMNExQ== |
| 2489 | +"@typescript-eslint/eslint-plugin@^4.0.0": |
| 2490 | + version "4.0.0" |
| 2491 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0.tgz#99349a501447fed91de18346705c0c65cf603bee" |
| 2492 | + integrity sha512-5e6q1TR7gS2P+8W2xndCu7gBh3BzmYEo70OyIdsmCmknHha/yNbz2vdevl+tP1uoaMOcrzg4gyrAijuV3DDBHA== |
2493 | 2493 | dependencies:
|
2494 |
| - "@typescript-eslint/experimental-utils" "3.0.2" |
| 2494 | + "@typescript-eslint/experimental-utils" "4.0.0" |
| 2495 | + "@typescript-eslint/scope-manager" "4.0.0" |
| 2496 | + debug "^4.1.1" |
2495 | 2497 | functional-red-black-tree "^1.0.1"
|
2496 | 2498 | regexpp "^3.0.0"
|
2497 | 2499 | semver "^7.3.2"
|
|
2517 | 2519 | eslint-scope "^5.0.0"
|
2518 | 2520 | eslint-utils "^2.0.0"
|
2519 | 2521 |
|
| 2522 | +"@typescript-eslint/experimental-utils@4.0.0": |
| 2523 | + version "4.0.0" |
| 2524 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0.tgz#fbec21a3b5ab59127edb6ce2e139ed378cc50eb5" |
| 2525 | + integrity sha512-hbX6zR+a/vcpFVNJYN/Nbd7gmaMosDTxHEKcvmhWeWcq/0UDifrqmCfkkodbAKL46Fn4ekSBMTyq2zlNDzcQxw== |
| 2526 | + dependencies: |
| 2527 | + "@types/json-schema" "^7.0.3" |
| 2528 | + "@typescript-eslint/scope-manager" "4.0.0" |
| 2529 | + "@typescript-eslint/types" "4.0.0" |
| 2530 | + "@typescript-eslint/typescript-estree" "4.0.0" |
| 2531 | + eslint-scope "^5.0.0" |
| 2532 | + eslint-utils "^2.0.0" |
| 2533 | + |
2520 | 2534 | "@typescript-eslint/parser@^2.24.0", "@typescript-eslint/parser@^2.28.0":
|
2521 | 2535 | version "2.34.0"
|
2522 | 2536 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
|
|
2537 | 2551 | "@typescript-eslint/typescript-estree" "3.0.2"
|
2538 | 2552 | eslint-visitor-keys "^1.1.0"
|
2539 | 2553 |
|
| 2554 | +"@typescript-eslint/scope-manager@4.0.0": |
| 2555 | + version "4.0.0" |
| 2556 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0.tgz#8c9e3b3b8cdf5a1fbe671d9fad73ff67bc027ea8" |
| 2557 | + integrity sha512-9gcWUPoWo7gk/+ZQPg7L1ySRmR5HLIy3Vu6/LfhQbuzIkGm6v2CGIjpVRISoDLFRovNRDImd4aP/sa8O4yIEBg== |
| 2558 | + dependencies: |
| 2559 | + "@typescript-eslint/types" "4.0.0" |
| 2560 | + "@typescript-eslint/visitor-keys" "4.0.0" |
| 2561 | + |
| 2562 | +"@typescript-eslint/types@4.0.0": |
| 2563 | + version "4.0.0" |
| 2564 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0.tgz#ec1f9fc06b8558a1d5afa6e337182d08beece7f5" |
| 2565 | + integrity sha512-bK+c2VLzznX2fUWLK6pFDv3cXGTp7nHIuBMq1B9klA+QCsqLHOOqe5TQReAQDl7DN2RfH+neweo0oC5hYlG7Rg== |
| 2566 | + |
2540 | 2567 | "@typescript-eslint/typescript-estree@2.34.0":
|
2541 | 2568 | version "2.34.0"
|
2542 | 2569 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
|
|
2563 | 2590 | semver "^7.3.2"
|
2564 | 2591 | tsutils "^3.17.1"
|
2565 | 2592 |
|
| 2593 | +"@typescript-eslint/typescript-estree@4.0.0": |
| 2594 | + version "4.0.0" |
| 2595 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0.tgz#2244c63de2f2190bc5718eb0fb3fd2c437d42097" |
| 2596 | + integrity sha512-ewFMPi2pMLDNIXGMPdf8r7El2oPSZw9PEYB0j+WcpKd7AX2ARmajGa7RUHTukllWX2bj4vWX6JLE1Oih2BMokA== |
| 2597 | + dependencies: |
| 2598 | + "@typescript-eslint/types" "4.0.0" |
| 2599 | + "@typescript-eslint/visitor-keys" "4.0.0" |
| 2600 | + debug "^4.1.1" |
| 2601 | + globby "^11.0.1" |
| 2602 | + is-glob "^4.0.1" |
| 2603 | + lodash "^4.17.15" |
| 2604 | + semver "^7.3.2" |
| 2605 | + tsutils "^3.17.1" |
| 2606 | + |
| 2607 | +"@typescript-eslint/visitor-keys@4.0.0": |
| 2608 | + version "4.0.0" |
| 2609 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0.tgz#e2bbb69d98076d6a3f06abcb2048225a74362c33" |
| 2610 | + integrity sha512-sTouJbv6rjVJeTE4lpSBVYXq/u5K3gbB6LKt7ccFEZPTZB/VeQ0ssUz9q5Hx++sCqBbdF8PzrrgvEnicXAR6NQ== |
| 2611 | + dependencies: |
| 2612 | + "@typescript-eslint/types" "4.0.0" |
| 2613 | + eslint-visitor-keys "^2.0.0" |
| 2614 | + |
2566 | 2615 | "@urql/core@^1.12.0":
|
2567 | 2616 | version "1.12.0"
|
2568 | 2617 | resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.12.0.tgz#8a41de01a1a1145e8bea736dfb0ba8574daad8ff"
|
@@ -6358,6 +6407,11 @@ eslint-visitor-keys@^1.1.0:
|
6358 | 6407 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
|
6359 | 6408 | integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
|
6360 | 6409 |
|
| 6410 | +eslint-visitor-keys@^2.0.0: |
| 6411 | + version "2.1.0" |
| 6412 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" |
| 6413 | + integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== |
| 6414 | + |
6361 | 6415 | eslint@^6.8.0:
|
6362 | 6416 | version "6.8.0"
|
6363 | 6417 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
|
@@ -8060,6 +8114,18 @@ globby@^10.0.1:
|
8060 | 8114 | merge2 "^1.2.3"
|
8061 | 8115 | slash "^3.0.0"
|
8062 | 8116 |
|
| 8117 | +globby@^11.0.1: |
| 8118 | + version "11.0.4" |
| 8119 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" |
| 8120 | + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== |
| 8121 | + dependencies: |
| 8122 | + array-union "^2.1.0" |
| 8123 | + dir-glob "^3.0.1" |
| 8124 | + fast-glob "^3.1.1" |
| 8125 | + ignore "^5.1.4" |
| 8126 | + merge2 "^1.3.0" |
| 8127 | + slash "^3.0.0" |
| 8128 | + |
8063 | 8129 | globby@^6.1.0:
|
8064 | 8130 | version "6.1.0"
|
8065 | 8131 | resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
|
0 commit comments