Skip to content

Commit 22fda53

Browse files
committed
chore(deps): update dependency @mjolnir/eslint-config to ^0.2.0
1 parent 05bf7e1 commit 22fda53

File tree

2 files changed

+51
-27
lines changed

2 files changed

+51
-27
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"release": "npm run test && npm run build && lerna publish"
2121
},
2222
"devDependencies": {
23-
"@mjolnir/eslint-config": "^0.1.1",
23+
"@mjolnir/eslint-config": "^0.2.0",
2424
"@mjolnir/tsconfig": "^0.0.2",
2525
"@types/jest": "^24.0.17",
2626
"@types/node": "^12.7.1",

Diff for: yarn.lock

+50-26
Original file line numberDiff line numberDiff line change
@@ -1035,20 +1035,20 @@
10351035
npmlog "^4.1.2"
10361036
write-file-atomic "^2.3.0"
10371037

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==
10421042
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"
10451045
babel-eslint "^10.0.2"
10461046
eslint-plugin-babel "^5.3.0"
10471047
eslint-plugin-import "^2.18.2"
10481048
eslint-plugin-jest "^22.15.1"
10491049
eslint-plugin-node "^9.1.0"
10501050
eslint-plugin-react "^7.14.3"
1051-
eslint-plugin-react-hooks "^1.7.0"
1051+
eslint-plugin-react-hooks "^2.0.0"
10521052

10531053
"@mjolnir/tsconfig@^0.0.2":
10541054
version "0.0.2"
@@ -1265,18 +1265,27 @@
12651265
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
12661266
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
12671267

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==
12721272
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"
12751275
functional-red-black-tree "^1.0.1"
12761276
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"
12781287

1279-
"@typescript-eslint/experimental-utils@1.13.0", "@typescript-eslint/experimental-utils@^1.13.0":
1288+
"@typescript-eslint/experimental-utils@^1.13.0":
12801289
version "1.13.0"
12811290
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
12821291
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
@@ -1285,14 +1294,14 @@
12851294
"@typescript-eslint/typescript-estree" "1.13.0"
12861295
eslint-scope "^4.0.0"
12871296

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==
12921301
dependencies:
12931302
"@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"
12961305
eslint-visitor-keys "^1.0.0"
12971306

12981307
"@typescript-eslint/[email protected]":
@@ -1303,6 +1312,14 @@
13031312
lodash.unescape "4.0.1"
13041313
semver "5.5.0"
13051314

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+
13061323
"@zkochan/cmd-shim@^3.1.0":
13071324
version "3.1.0"
13081325
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:
27222739
dependencies:
27232740
prettier-linter-helpers "^1.0.0"
27242741

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==
27292746

27302747
eslint-plugin-react@^7.14.3:
27312748
version "7.14.3"
@@ -2778,6 +2795,13 @@ eslint-utils@^1.3.0, eslint-utils@^1.3.1:
27782795
dependencies:
27792796
eslint-visitor-keys "^1.0.0"
27802797

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+
27812805
eslint-visitor-keys@^1.0.0:
27822806
version "1.1.0"
27832807
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:
73137337
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
73147338
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
73157339

7316-
tsutils@^3.7.0:
7340+
tsutils@^3.14.0:
73177341
version "3.17.1"
73187342
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
73197343
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==

0 commit comments

Comments
 (0)