|
1035 | 1035 | npmlog "^4.1.2"
|
1036 | 1036 | write-file-atomic "^2.3.0"
|
1037 | 1037 |
|
1038 |
| -"@mjolnir/eslint-config@^0.1.1": |
1039 |
| - version "0.1.1" |
1040 |
| - resolved "https://registry.yarnpkg.com/@mjolnir/eslint-config/-/eslint-config-0.1.1.tgz#3e18bcfecbb8c18c906403d6652b5539388de77e" |
1041 |
| - integrity sha512-v6dW5haEstGn1sSp8/GMBeVdRKX7Lt/pH53eICbVEoylFE8PMq2iO2mDDOxHfyK6PZ8Yjzjw9iY8/Wdx11t1dA== |
| 1038 | +"@mjolnir/eslint-config@^0.2.0": |
| 1039 | + version "0.2.0" |
| 1040 | + resolved "https://registry.yarnpkg.com/@mjolnir/eslint-config/-/eslint-config-0.2.0.tgz#cee2da7b7ea0f3232246a29537d82e571a826a18" |
| 1041 | + integrity sha512-3dLcQ13cIWbWspYrzuZ6RirVS6YYsp3Taemo0OK/eYFkUeycg2ywGdYZEnOCQz5zh5dBerUD/9l0Di64bdAZtw== |
1042 | 1042 | dependencies:
|
1043 |
| - "@typescript-eslint/eslint-plugin" "^1.13.0" |
1044 |
| - "@typescript-eslint/parser" "^1.13.0" |
| 1043 | + "@typescript-eslint/eslint-plugin" "^2.0.0" |
| 1044 | + "@typescript-eslint/parser" "^2.0.0" |
1045 | 1045 | babel-eslint "^10.0.2"
|
1046 | 1046 | eslint-plugin-babel "^5.3.0"
|
1047 | 1047 | eslint-plugin-import "^2.18.2"
|
1048 | 1048 | eslint-plugin-jest "^22.15.1"
|
1049 | 1049 | eslint-plugin-node "^9.1.0"
|
1050 | 1050 | eslint-plugin-react "^7.14.3"
|
1051 |
| - eslint-plugin-react-hooks "^1.7.0" |
| 1051 | + eslint-plugin-react-hooks "^2.0.0" |
1052 | 1052 |
|
1053 | 1053 | "@mjolnir/tsconfig@^0.0.2":
|
1054 | 1054 | version "0.0.2"
|
|
1265 | 1265 | resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
|
1266 | 1266 | integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
|
1267 | 1267 |
|
1268 |
| -"@typescript-eslint/eslint-plugin@^1.13.0": |
1269 |
| - version "1.13.0" |
1270 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.13.0.tgz#22fed9b16ddfeb402fd7bcde56307820f6ebc49f" |
1271 |
| - integrity sha512-WQHCozMnuNADiqMtsNzp96FNox5sOVpU8Xt4meaT4em8lOG1SrOv92/mUbEHQVh90sldKSfcOc/I0FOb/14G1g== |
| 1268 | +"@typescript-eslint/eslint-plugin@^2.0.0": |
| 1269 | + version "2.0.0" |
| 1270 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.0.0.tgz#609a5d7b00ce21a6f94d7ef282eba9da57ca1e42" |
| 1271 | + integrity sha512-Mo45nxTTELODdl7CgpZKJISvLb+Fu64OOO2ZFc2x8sYSnUpFrBUW3H+H/ZGYmEkfnL6VkdtOSxgdt+Av79j0sA== |
1272 | 1272 | dependencies:
|
1273 |
| - "@typescript-eslint/experimental-utils" "1.13.0" |
1274 |
| - eslint-utils "^1.3.1" |
| 1273 | + "@typescript-eslint/experimental-utils" "2.0.0" |
| 1274 | + eslint-utils "^1.4.0" |
1275 | 1275 | functional-red-black-tree "^1.0.1"
|
1276 | 1276 | regexpp "^2.0.1"
|
1277 |
| - tsutils "^3.7.0" |
| 1277 | + tsutils "^3.14.0" |
| 1278 | + |
| 1279 | +"@typescript-eslint/[email protected]": |
| 1280 | + version "2.0.0" |
| 1281 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.0.0.tgz#f3d298bb411357f35c4184e24280b256b6321949" |
| 1282 | + integrity sha512-XGJG6GNBXIEx/mN4eTRypN/EUmsd0VhVGQ1AG+WTgdvjHl0G8vHhVBHrd/5oI6RRYBRnedNymSYWW1HAdivtmg== |
| 1283 | + dependencies: |
| 1284 | + "@types/json-schema" "^7.0.3" |
| 1285 | + "@typescript-eslint/typescript-estree" "2.0.0" |
| 1286 | + eslint-scope "^4.0.0" |
1278 | 1287 |
|
1279 |
| -"@typescript-eslint/experimental-utils@1.13.0", "@typescript-eslint/experimental-utils@^1.13.0": |
| 1288 | +"@typescript-eslint/experimental-utils@^1.13.0": |
1280 | 1289 | version "1.13.0"
|
1281 | 1290 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
|
1282 | 1291 | integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
|
|
1285 | 1294 | "@typescript-eslint/typescript-estree" "1.13.0"
|
1286 | 1295 | eslint-scope "^4.0.0"
|
1287 | 1296 |
|
1288 |
| -"@typescript-eslint/parser@^1.13.0": |
1289 |
| - version "1.13.0" |
1290 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355" |
1291 |
| - integrity sha512-ITMBs52PCPgLb2nGPoeT4iU3HdQZHcPaZVw+7CsFagRJHUhyeTgorEwHXhFf3e7Evzi8oujKNpHc8TONth8AdQ== |
| 1297 | +"@typescript-eslint/parser@^2.0.0": |
| 1298 | + version "2.0.0" |
| 1299 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.0.0.tgz#4273bb19d03489daf8372cdaccbc8042e098178f" |
| 1300 | + integrity sha512-ibyMBMr0383ZKserIsp67+WnNVoM402HKkxqXGlxEZsXtnGGurbnY90pBO3e0nBUM7chEEOcxUhgw9aPq7fEBA== |
1292 | 1301 | dependencies:
|
1293 | 1302 | "@types/eslint-visitor-keys" "^1.0.0"
|
1294 |
| - "@typescript-eslint/experimental-utils" "1.13.0" |
1295 |
| - "@typescript-eslint/typescript-estree" "1.13.0" |
| 1303 | + "@typescript-eslint/experimental-utils" "2.0.0" |
| 1304 | + "@typescript-eslint/typescript-estree" "2.0.0" |
1296 | 1305 | eslint-visitor-keys "^1.0.0"
|
1297 | 1306 |
|
1298 | 1307 | "@typescript-eslint/[email protected]":
|
|
1303 | 1312 | lodash.unescape "4.0.1"
|
1304 | 1313 | semver "5.5.0"
|
1305 | 1314 |
|
| 1315 | +"@typescript-eslint/[email protected]": |
| 1316 | + version "2.0.0" |
| 1317 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.0.0.tgz#c9f6c0efd1b11475540d6a55dc973cc5b9a67e77" |
| 1318 | + integrity sha512-NXbmzA3vWrSgavymlzMWNecgNOuiMMp62MO3kI7awZRLRcsA1QrYWo6q08m++uuAGVbXH/prZi2y1AWuhSu63w== |
| 1319 | + dependencies: |
| 1320 | + lodash.unescape "4.0.1" |
| 1321 | + semver "^6.2.0" |
| 1322 | + |
1306 | 1323 | "@zkochan/cmd-shim@^3.1.0":
|
1307 | 1324 | version "3.1.0"
|
1308 | 1325 | resolved "https://registry.yarnpkg.com/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"
|
@@ -2722,10 +2739,10 @@ eslint-plugin-prettier@^3.1.0:
|
2722 | 2739 | dependencies:
|
2723 | 2740 | prettier-linter-helpers "^1.0.0"
|
2724 | 2741 |
|
2725 |
| -eslint-plugin-react-hooks@^1.7.0: |
2726 |
| - version "1.7.0" |
2727 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04" |
2728 |
| - integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA== |
| 2742 | +eslint-plugin-react-hooks@^2.0.0: |
| 2743 | + version "2.0.1" |
| 2744 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.0.1.tgz#e898ec26a0a335af6f7b0ad1f0bedda7143ed756" |
| 2745 | + integrity sha512-xir+3KHKo86AasxlCV8AHRtIZPHljqCRRUYgASkbatmt0fad4+5GgC7zkT7o/06hdKM6MIwp8giHVXqBPaarHQ== |
2729 | 2746 |
|
2730 | 2747 | eslint-plugin-react@^7.14.3:
|
2731 | 2748 | version "7.14.3"
|
@@ -2778,6 +2795,13 @@ eslint-utils@^1.3.0, eslint-utils@^1.3.1:
|
2778 | 2795 | dependencies:
|
2779 | 2796 | eslint-visitor-keys "^1.0.0"
|
2780 | 2797 |
|
| 2798 | +eslint-utils@^1.4.0: |
| 2799 | + version "1.4.2" |
| 2800 | + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" |
| 2801 | + integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q== |
| 2802 | + dependencies: |
| 2803 | + eslint-visitor-keys "^1.0.0" |
| 2804 | + |
2781 | 2805 | eslint-visitor-keys@^1.0.0:
|
2782 | 2806 | version "1.1.0"
|
2783 | 2807 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
|
@@ -7313,7 +7337,7 @@ tslib@^1.8.1, tslib@^1.9.0:
|
7313 | 7337 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
|
7314 | 7338 | integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
7315 | 7339 |
|
7316 |
| -tsutils@^3.7.0: |
| 7340 | +tsutils@^3.14.0: |
7317 | 7341 | version "3.17.1"
|
7318 | 7342 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
|
7319 | 7343 | integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
|
|
0 commit comments