Skip to content

Commit 70cd657

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.30.0
1 parent f019540 commit 70cd657

2 files changed

Lines changed: 22 additions & 22 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.30.0",
73+
"@typescript-eslint/parser": "2.30.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: 20 additions & 20 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.30.0":
3980+
version "2.30.0"
3981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.30.0.tgz#312a37e80542a764d96e8ad88a105316cdcd7b05"
3982+
integrity sha512-PGejii0qIZ9Q40RB2jIHyUpRWs1GJuHP1pkoCiaeicfwO9z7Fx03NQzupuyzAmv+q9/gFNHu7lo1ByMXe8PNyg==
39833983
dependencies:
3984-
"@typescript-eslint/experimental-utils" "2.25.0"
3984+
"@typescript-eslint/experimental-utils" "2.30.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.30.0":
4021+
version "2.30.0"
4022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
4023+
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
40244024
dependencies:
40254025
"@types/json-schema" "^7.0.3"
4026-
"@typescript-eslint/typescript-estree" "2.25.0"
4026+
"@typescript-eslint/typescript-estree" "2.30.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.30.0":
4040+
version "2.30.0"
4041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
4042+
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
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.30.0"
4046+
"@typescript-eslint/typescript-estree" "2.30.0"
40474047
eslint-visitor-keys "^1.1.0"
40484048

40494049
"@typescript-eslint/parser@^1.13.0":
@@ -4064,10 +4064,10 @@
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.30.0":
4068+
version "2.30.0"
4069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.30.0.tgz#1b8e848b55144270255ffbfe4c63291f8f766615"
4070+
integrity sha512-nI5WOechrA0qAhnr+DzqwmqHsx7Ulr/+0H7bWCcClDhhWkSyZR5BmTvnBEyONwJCTWHfc5PAQExX24VD26IAVw==
40714071
dependencies:
40724072
debug "^4.1.1"
40734073
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)