Skip to content

Commit b838b72

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.31.0
1 parent 664e373 commit b838b72

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/mitm": "1.3.2",
2727
"@types/node": "13.13.4",
2828
"@types/redux-mock-store": "1.0.2",
29-
"@typescript-eslint/eslint-plugin": "2.30.0",
30-
"@typescript-eslint/parser": "2.30.0",
29+
"@typescript-eslint/eslint-plugin": "2.31.0",
30+
"@typescript-eslint/parser": "2.31.0",
3131
"babel-jest": "25.5.1",
3232
"babel-plugin-add-module-exports": "1.0.2",
3333
"babel-plugin-lodash": "3.3.4",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,12 +1969,12 @@
19691969
dependencies:
19701970
"@types/yargs-parser" "*"
19711971

1972-
"@typescript-eslint/eslint-plugin@2.30.0":
1973-
version "2.30.0"
1974-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.30.0.tgz#312a37e80542a764d96e8ad88a105316cdcd7b05"
1975-
integrity sha512-PGejii0qIZ9Q40RB2jIHyUpRWs1GJuHP1pkoCiaeicfwO9z7Fx03NQzupuyzAmv+q9/gFNHu7lo1ByMXe8PNyg==
1972+
"@typescript-eslint/eslint-plugin@2.31.0":
1973+
version "2.31.0"
1974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.31.0.tgz#942c921fec5e200b79593c71fafb1e3f57aa2e36"
1975+
integrity sha512-iIC0Pb8qDaoit+m80Ln/aaeu9zKQdOLF4SHcGLarSeY1gurW6aU4JsOPMjKQwXlw70MvWKZQc6S2NamA8SJ/gg==
19761976
dependencies:
1977-
"@typescript-eslint/experimental-utils" "2.30.0"
1977+
"@typescript-eslint/experimental-utils" "2.31.0"
19781978
functional-red-black-tree "^1.0.1"
19791979
regexpp "^3.0.0"
19801980
tsutils "^3.17.1"
@@ -2008,24 +2008,24 @@
20082008
"@typescript-eslint/typescript-estree" "2.24.0"
20092009
eslint-scope "^5.0.0"
20102010

2011-
"@typescript-eslint/experimental-utils@2.30.0":
2012-
version "2.30.0"
2013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
2014-
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
2011+
"@typescript-eslint/experimental-utils@2.31.0":
2012+
version "2.31.0"
2013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.31.0.tgz#a9ec514bf7fd5e5e82bc10dcb6a86d58baae9508"
2014+
integrity sha512-MI6IWkutLYQYTQgZ48IVnRXmLR/0Q6oAyJgiOror74arUMh7EWjJkADfirZhRsUMHeLJ85U2iySDwHTSnNi9vA==
20152015
dependencies:
20162016
"@types/json-schema" "^7.0.3"
2017-
"@typescript-eslint/typescript-estree" "2.30.0"
2017+
"@typescript-eslint/typescript-estree" "2.31.0"
20182018
eslint-scope "^5.0.0"
20192019
eslint-utils "^2.0.0"
20202020

2021-
"@typescript-eslint/parser@2.30.0":
2022-
version "2.30.0"
2023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
2024-
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
2021+
"@typescript-eslint/parser@2.31.0":
2022+
version "2.31.0"
2023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.31.0.tgz#beddd4e8efe64995108b229b2862cd5752d40d6f"
2024+
integrity sha512-uph+w6xUOlyV2DLSC6o+fBDzZ5i7+3/TxAsH4h3eC64tlga57oMb96vVlXoMwjR/nN+xyWlsnxtbDkB46M2EPQ==
20252025
dependencies:
20262026
"@types/eslint-visitor-keys" "^1.0.0"
2027-
"@typescript-eslint/experimental-utils" "2.30.0"
2028-
"@typescript-eslint/typescript-estree" "2.30.0"
2027+
"@typescript-eslint/experimental-utils" "2.31.0"
2028+
"@typescript-eslint/typescript-estree" "2.31.0"
20292029
eslint-visitor-keys "^1.1.0"
20302030

20312031
"@typescript-eslint/parser@^1.10.2":
@@ -2069,10 +2069,10 @@
20692069
semver "^6.3.0"
20702070
tsutils "^3.17.1"
20712071

2072-
"@typescript-eslint/typescript-estree@2.30.0":
2073-
version "2.30.0"
2074-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.30.0.tgz#1b8e848b55144270255ffbfe4c63291f8f766615"
2075-
integrity sha512-nI5WOechrA0qAhnr+DzqwmqHsx7Ulr/+0H7bWCcClDhhWkSyZR5BmTvnBEyONwJCTWHfc5PAQExX24VD26IAVw==
2072+
"@typescript-eslint/typescript-estree@2.31.0":
2073+
version "2.31.0"
2074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.31.0.tgz#ac536c2d46672aa1f27ba0ec2140d53670635cfd"
2075+
integrity sha512-vxW149bXFXXuBrAak0eKHOzbcu9cvi6iNcJDzEtOkRwGHxJG15chiAQAwhLOsk+86p9GTr/TziYvw+H9kMaIgA==
20762076
dependencies:
20772077
debug "^4.1.1"
20782078
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)