Skip to content

Commit b367f08

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.30.0
1 parent 48e90f5 commit b367f08

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.29.0",
30-
"@typescript-eslint/parser": "2.29.0",
29+
"@typescript-eslint/eslint-plugin": "2.30.0",
30+
"@typescript-eslint/parser": "2.30.0",
3131
"babel-jest": "25.4.0",
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
@@ -1919,12 +1919,12 @@
19191919
dependencies:
19201920
"@types/yargs-parser" "*"
19211921

1922-
"@typescript-eslint/eslint-plugin@2.29.0":
1923-
version "2.29.0"
1924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.29.0.tgz#c9efab7624e3dd6d144a0e4577a541d1bd42c2ac"
1925-
integrity sha512-X/YAY7azKirENm4QRpT7OVmzok02cSkqeIcLmdz6gXUQG4Hk0Fi9oBAynSAyNXeGdMRuZvjBa0c1Lu0dn/u6VA==
1922+
"@typescript-eslint/eslint-plugin@2.30.0":
1923+
version "2.30.0"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.30.0.tgz#312a37e80542a764d96e8ad88a105316cdcd7b05"
1925+
integrity sha512-PGejii0qIZ9Q40RB2jIHyUpRWs1GJuHP1pkoCiaeicfwO9z7Fx03NQzupuyzAmv+q9/gFNHu7lo1ByMXe8PNyg==
19261926
dependencies:
1927-
"@typescript-eslint/experimental-utils" "2.29.0"
1927+
"@typescript-eslint/experimental-utils" "2.30.0"
19281928
functional-red-black-tree "^1.0.1"
19291929
regexpp "^3.0.0"
19301930
tsutils "^3.17.1"
@@ -1958,24 +1958,24 @@
19581958
"@typescript-eslint/typescript-estree" "2.24.0"
19591959
eslint-scope "^5.0.0"
19601960

1961-
"@typescript-eslint/experimental-utils@2.29.0":
1962-
version "2.29.0"
1963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.29.0.tgz#3cb8060de9265ba131625a96bbfec31ba6d4a0fe"
1964-
integrity sha512-H/6VJr6eWYstyqjWXBP2Nn1hQJyvJoFdDtsHxGiD+lEP7piGnGpb/ZQd+z1ZSB1F7dN+WsxUDh8+S4LwI+f3jw==
1961+
"@typescript-eslint/experimental-utils@2.30.0":
1962+
version "2.30.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
1964+
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
19651965
dependencies:
19661966
"@types/json-schema" "^7.0.3"
1967-
"@typescript-eslint/typescript-estree" "2.29.0"
1967+
"@typescript-eslint/typescript-estree" "2.30.0"
19681968
eslint-scope "^5.0.0"
19691969
eslint-utils "^2.0.0"
19701970

1971-
"@typescript-eslint/parser@2.29.0":
1972-
version "2.29.0"
1973-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.29.0.tgz#6e3c4e21ed6393dc05b9d8b47f0b7e731ef21c9c"
1974-
integrity sha512-H78M+jcu5Tf6m/5N8iiFblUUv+HJDguMSdFfzwa6vSg9lKR8Mk9BsgeSjO8l2EshKnJKcbv0e8IDDOvSNjl0EA==
1971+
"@typescript-eslint/parser@2.30.0":
1972+
version "2.30.0"
1973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
1974+
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
19751975
dependencies:
19761976
"@types/eslint-visitor-keys" "^1.0.0"
1977-
"@typescript-eslint/experimental-utils" "2.29.0"
1978-
"@typescript-eslint/typescript-estree" "2.29.0"
1977+
"@typescript-eslint/experimental-utils" "2.30.0"
1978+
"@typescript-eslint/typescript-estree" "2.30.0"
19791979
eslint-visitor-keys "^1.1.0"
19801980

19811981
"@typescript-eslint/parser@^1.10.2":
@@ -2019,10 +2019,10 @@
20192019
semver "^6.3.0"
20202020
tsutils "^3.17.1"
20212021

2022-
"@typescript-eslint/typescript-estree@2.29.0":
2023-
version "2.29.0"
2024-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.29.0.tgz#1be6612bb02fc37ac9f466521c1459a4744e8d3a"
2025-
integrity sha512-3YGbtnWy4az16Egy5Fj5CckkVlpIh0MADtAQza+jiMADRSKkjdpzZp/5WuvwK/Qib3Z0HtzrDFeWanS99dNhnA==
2022+
"@typescript-eslint/typescript-estree@2.30.0":
2023+
version "2.30.0"
2024+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.30.0.tgz#1b8e848b55144270255ffbfe4c63291f8f766615"
2025+
integrity sha512-nI5WOechrA0qAhnr+DzqwmqHsx7Ulr/+0H7bWCcClDhhWkSyZR5BmTvnBEyONwJCTWHfc5PAQExX24VD26IAVw==
20262026
dependencies:
20272027
debug "^4.1.1"
20282028
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)