Skip to content

Commit 5203f14

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.34.0
1 parent f019540 commit 5203f14

2 files changed

Lines changed: 28 additions & 23 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@types/react-native": "0.61.23",
7070
"@types/react-native-vector-icons": "6.4.5",
7171
"@types/react-test-renderer": "16.9.2",
72-
"@typescript-eslint/eslint-plugin": "2.25.0",
73-
"@typescript-eslint/parser": "2.25.0",
72+
"@typescript-eslint/eslint-plugin": "2.34.0",
73+
"@typescript-eslint/parser": "2.34.0",
7474
"babel-jest": "25.2.3",
7575
"babel-loader": "8.1.0",
7676
"babel-plugin-react-native-web": "0.12.2",

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3976,12 +3976,12 @@
39763976
dependencies:
39773977
"@types/yargs-parser" "*"
39783978

3979-
"@typescript-eslint/eslint-plugin@2.25.0":
3980-
version "2.25.0"
3981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
3982-
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
3979+
"@typescript-eslint/eslint-plugin@2.34.0":
3980+
version "2.34.0"
3981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
3982+
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
39833983
dependencies:
3984-
"@typescript-eslint/experimental-utils" "2.25.0"
3984+
"@typescript-eslint/experimental-utils" "2.34.0"
39853985
functional-red-black-tree "^1.0.1"
39863986
regexpp "^3.0.0"
39873987
tsutils "^3.17.1"
@@ -4017,13 +4017,13 @@
40174017
"@typescript-eslint/typescript-estree" "1.13.0"
40184018
eslint-scope "^4.0.0"
40194019

4020-
"@typescript-eslint/experimental-utils@2.25.0":
4021-
version "2.25.0"
4022-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
4023-
integrity sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==
4020+
"@typescript-eslint/experimental-utils@2.34.0":
4021+
version "2.34.0"
4022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
4023+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
40244024
dependencies:
40254025
"@types/json-schema" "^7.0.3"
4026-
"@typescript-eslint/typescript-estree" "2.25.0"
4026+
"@typescript-eslint/typescript-estree" "2.34.0"
40274027
eslint-scope "^5.0.0"
40284028
eslint-utils "^2.0.0"
40294029

@@ -4036,14 +4036,14 @@
40364036
"@typescript-eslint/typescript-estree" "2.4.0"
40374037
eslint-scope "^5.0.0"
40384038

4039-
"@typescript-eslint/parser@2.25.0":
4040-
version "2.25.0"
4041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
4042-
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
4039+
"@typescript-eslint/parser@2.34.0":
4040+
version "2.34.0"
4041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
4042+
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
40434043
dependencies:
40444044
"@types/eslint-visitor-keys" "^1.0.0"
4045-
"@typescript-eslint/experimental-utils" "2.25.0"
4046-
"@typescript-eslint/typescript-estree" "2.25.0"
4045+
"@typescript-eslint/experimental-utils" "2.34.0"
4046+
"@typescript-eslint/typescript-estree" "2.34.0"
40474047
eslint-visitor-keys "^1.1.0"
40484048

40494049
"@typescript-eslint/parser@^1.13.0":
@@ -4064,17 +4064,17 @@
40644064
lodash.unescape "4.0.1"
40654065
semver "5.5.0"
40664066

4067-
"@typescript-eslint/typescript-estree@2.25.0":
4068-
version "2.25.0"
4069-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.25.0.tgz#b790497556734b7476fa7dd3fa539955a5c79e2c"
4070-
integrity sha512-VUksmx5lDxSi6GfmwSK7SSoIKSw9anukWWNitQPqt58LuYrKalzsgeuignbqnB+rK/xxGlSsCy8lYnwFfB6YJg==
4067+
"@typescript-eslint/typescript-estree@2.34.0":
4068+
version "2.34.0"
4069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
4070+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
40714071
dependencies:
40724072
debug "^4.1.1"
40734073
eslint-visitor-keys "^1.1.0"
40744074
glob "^7.1.6"
40754075
is-glob "^4.0.1"
40764076
lodash "^4.17.15"
4077-
semver "^6.3.0"
4077+
semver "^7.3.2"
40784078
tsutils "^3.17.1"
40794079

40804080
"@typescript-eslint/typescript-estree@2.4.0":
@@ -19807,6 +19807,11 @@ semver@^7.1.1, semver@^7.1.2:
1980719807
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
1980819808
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
1980919809

19810+
semver@^7.3.2:
19811+
version "7.3.2"
19812+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
19813+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
19814+
1981019815
semver@~5.3.0:
1981119816
version "5.3.0"
1981219817
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"

0 commit comments

Comments
 (0)