Skip to content

Commit 3352603

Browse files
authored
chore: update @typescript eslint/eslint plugin to 1.10.2 (#189)
* chore(package): update @typescript-eslint/eslint-plugin to version 1.10.2 * chore(package): update lockfile yarn.lock
1 parent 3f46d24 commit 3352603

File tree

2 files changed

+15
-31
lines changed

2 files changed

+15
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@release-it/conventional-changelog": "^1.1.0",
2222
"@types/react": "^16.7.11",
2323
"@types/react-test-renderer": "^16.0.3",
24-
"@typescript-eslint/eslint-plugin": "^1.9.0",
24+
"@typescript-eslint/eslint-plugin": "^1.10.2",
2525
"babel-jest": "^24.7.1",
2626
"chalk": "^2.4.1",
2727
"conventional-changelog-cli": "^2.0.11",

yarn.lock

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,40 +1023,29 @@
10231023
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
10241024
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
10251025

1026-
"@typescript-eslint/eslint-plugin@^1.9.0":
1027-
version "1.9.0"
1028-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.9.0.tgz#29d73006811bf2563b88891ceeff1c5ea9c8d9c6"
1029-
integrity sha512-FOgfBorxjlBGpDIw+0LaZIXRX6GEEUfzj8LXwaQIUCp+gDOvkI+1WgugJ7SmWiISqK9Vj5r8S7NDKO/LB+6X9A==
1026+
"@typescript-eslint/eslint-plugin@^1.10.2":
1027+
version "1.10.2"
1028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.10.2.tgz#552fc64cfcb19c6162190360217c945e8faa330a"
1029+
integrity sha512-7449RhjE1oLFIy5E/5rT4wG5+KsfPzakJuhvpzXJ3C46lq7xywY0/Rjo9ZBcwrfbk0nRZ5xmUHkk7DZ67tSBKw==
10301030
dependencies:
1031-
"@typescript-eslint/experimental-utils" "1.9.0"
1032-
"@typescript-eslint/parser" "1.9.0"
1031+
"@typescript-eslint/experimental-utils" "1.10.2"
10331032
eslint-utils "^1.3.1"
10341033
functional-red-black-tree "^1.0.1"
10351034
regexpp "^2.0.1"
1036-
requireindex "^1.2.0"
10371035
tsutils "^3.7.0"
10381036

1039-
"@typescript-eslint/experimental-utils@1.9.0":
1040-
version "1.9.0"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.9.0.tgz#a92777d0c92d7bc8627abd7cdb06cdbcaf2b39e8"
1042-
integrity sha512-1s2dY9XxBwtS9IlSnRIlzqILPyeMly5tz1bfAmQ84Ul687xBBve5YsH5A5EKeIcGurYYqY2w6RkHETXIwnwV0A==
1037+
"@typescript-eslint/experimental-utils@1.10.2":
1038+
version "1.10.2"
1039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.10.2.tgz#cd548c03fc1a2b3ba5c136d1599001a1ede24215"
1040+
integrity sha512-Hf5lYcrnTH5Oc67SRrQUA7KuHErMvCf5RlZsyxXPIT6AXa8fKTyfFO6vaEnUmlz48RpbxO4f0fY3QtWkuHZNjg==
10431041
dependencies:
1044-
"@typescript-eslint/typescript-estree" "1.9.0"
1045-
1046-
"@typescript-eslint/parser@1.9.0":
1047-
version "1.9.0"
1048-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.9.0.tgz#5796cbfcb9a3a5757aeb671c1ac88d7a94a95962"
1049-
integrity sha512-CWgC1XrQ34H/+LwAU7vY5xteZDkNqeAkeidEpJnJgkKu0yqQ3ZhQ7S+dI6MX4vmmM1TKRbOrKuXc6W0fIHhdbA==
1050-
dependencies:
1051-
"@typescript-eslint/experimental-utils" "1.9.0"
1052-
"@typescript-eslint/typescript-estree" "1.9.0"
1042+
"@typescript-eslint/typescript-estree" "1.10.2"
10531043
eslint-scope "^4.0.0"
1054-
eslint-visitor-keys "^1.0.0"
10551044

1056-
"@typescript-eslint/typescript-estree@1.9.0":
1057-
version "1.9.0"
1058-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.9.0.tgz#5d6d49be936e96fb0f859673480f89b070a5dd9b"
1059-
integrity sha512-7Eg0TEQpCkTsEwsl1lIzd6i7L3pJLQFWesV08dS87bNz0NeSjbL78gNAP1xCKaCejkds4PhpLnZkaAjx9SU8OA==
1045+
"@typescript-eslint/typescript-estree@1.10.2":
1046+
version "1.10.2"
1047+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.10.2.tgz#8403585dd74b6cfb6f78aa98b6958de158b5897b"
1048+
integrity sha512-Kutjz0i69qraOsWeI8ETqYJ07tRLvD9URmdrMoF10bG8y8ucLmPtSxROvVejWvlJUGl2et/plnMiKRDW+rhEhw==
10601049
dependencies:
10611050
lodash.unescape "4.0.1"
10621051
semver "5.5.0"
@@ -7074,11 +7063,6 @@ require-main-filename@^2.0.0:
70747063
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
70757064
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
70767065

7077-
requireindex@^1.2.0:
7078-
version "1.2.0"
7079-
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
7080-
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
7081-
70827066
resolve-cwd@^2.0.0:
70837067
version "2.0.0"
70847068
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"

0 commit comments

Comments
 (0)