Skip to content

Commit f8f8ad9

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.25.0
1 parent 15e277f commit f8f8ad9

File tree

2 files changed

+66
-9
lines changed

2 files changed

+66
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@types/react-router-dom": "5.1.3",
6161
"@types/react-test-renderer": "16.9.2",
6262
"@types/web3": "1.0.20",
63-
"@typescript-eslint/eslint-plugin": "2.4.0",
64-
"@typescript-eslint/parser": "2.4.0",
63+
"@typescript-eslint/eslint-plugin": "2.25.0",
64+
"@typescript-eslint/parser": "2.25.0",
6565
"babel-jest": "25.1.0",
6666
"babel-loader": "8.1.0",
6767
"babel-plugin-react-native-web": "0.12.2",

yarn.lock

Lines changed: 64 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,7 +3600,17 @@
36003600
dependencies:
36013601
"@types/yargs-parser" "*"
36023602

3603-
"@typescript-eslint/eslint-plugin@2.4.0", "@typescript-eslint/eslint-plugin@^2.3.0":
3603+
"@typescript-eslint/eslint-plugin@2.25.0":
3604+
version "2.25.0"
3605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
3606+
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
3607+
dependencies:
3608+
"@typescript-eslint/experimental-utils" "2.25.0"
3609+
functional-red-black-tree "^1.0.1"
3610+
regexpp "^3.0.0"
3611+
tsutils "^3.17.1"
3612+
3613+
"@typescript-eslint/eslint-plugin@^2.3.0":
36043614
version "2.4.0"
36053615
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
36063616
integrity sha512-se/YCk7PUoyMwSm/u3Ii9E+BgDUc736uw/lXCDpXEqRgPGsoBTtS8Mntue/vZX8EGyzGplYuePBuVyhZDM9EpQ==
@@ -3611,6 +3621,16 @@
36113621
regexpp "^2.0.1"
36123622
tsutils "^3.17.1"
36133623

3624+
"@typescript-eslint/experimental-utils@2.25.0":
3625+
version "2.25.0"
3626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
3627+
integrity sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==
3628+
dependencies:
3629+
"@types/json-schema" "^7.0.3"
3630+
"@typescript-eslint/typescript-estree" "2.25.0"
3631+
eslint-scope "^5.0.0"
3632+
eslint-utils "^2.0.0"
3633+
36143634
"@typescript-eslint/experimental-utils@2.4.0":
36153635
version "2.4.0"
36163636
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.4.0.tgz#dd8f3f466be25c3610a06fed22cfb6e6aa17f6d9"
@@ -3620,16 +3640,29 @@
36203640
"@typescript-eslint/typescript-estree" "2.4.0"
36213641
eslint-scope "^5.0.0"
36223642

3623-
"@typescript-eslint/parser@2.4.0":
3624-
version "2.4.0"
3625-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.4.0.tgz#fe43ed5fec14af03d3594fce2c3b7ec4c8df0243"
3626-
integrity sha512-IouAKi/grJ4MFrwdXIJ1GHAwbPWYgkT3b/x8Q49F378c9nwgxVkO76e0rZeUVpwHMaUuoKG2sUeK0XGkwdlwkw==
3643+
"@typescript-eslint/parser@2.25.0":
3644+
version "2.25.0"
3645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
3646+
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
36273647
dependencies:
36283648
"@types/eslint-visitor-keys" "^1.0.0"
3629-
"@typescript-eslint/experimental-utils" "2.4.0"
3630-
"@typescript-eslint/typescript-estree" "2.4.0"
3649+
"@typescript-eslint/experimental-utils" "2.25.0"
3650+
"@typescript-eslint/typescript-estree" "2.25.0"
36313651
eslint-visitor-keys "^1.1.0"
36323652

3653+
"@typescript-eslint/typescript-estree@2.25.0":
3654+
version "2.25.0"
3655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.25.0.tgz#b790497556734b7476fa7dd3fa539955a5c79e2c"
3656+
integrity sha512-VUksmx5lDxSi6GfmwSK7SSoIKSw9anukWWNitQPqt58LuYrKalzsgeuignbqnB+rK/xxGlSsCy8lYnwFfB6YJg==
3657+
dependencies:
3658+
debug "^4.1.1"
3659+
eslint-visitor-keys "^1.1.0"
3660+
glob "^7.1.6"
3661+
is-glob "^4.0.1"
3662+
lodash "^4.17.15"
3663+
semver "^6.3.0"
3664+
tsutils "^3.17.1"
3665+
36333666
"@typescript-eslint/typescript-estree@2.4.0":
36343667
version "2.4.0"
36353668
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.4.0.tgz#722c95493e1b7682893edaaaec0e69f36917feef"
@@ -7560,6 +7593,13 @@ eslint-utils@^1.4.3:
75607593
dependencies:
75617594
eslint-visitor-keys "^1.1.0"
75627595

7596+
eslint-utils@^2.0.0:
7597+
version "2.0.0"
7598+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
7599+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
7600+
dependencies:
7601+
eslint-visitor-keys "^1.1.0"
7602+
75637603
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
75647604
version "1.1.0"
75657605
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -8876,6 +8916,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
88768916
once "^1.3.0"
88778917
path-is-absolute "^1.0.0"
88788918

8919+
glob@^7.1.6:
8920+
version "7.1.6"
8921+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
8922+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
8923+
dependencies:
8924+
fs.realpath "^1.0.0"
8925+
inflight "^1.0.4"
8926+
inherits "2"
8927+
minimatch "^3.0.4"
8928+
once "^1.3.0"
8929+
path-is-absolute "^1.0.0"
8930+
88798931
global-dirs@^0.1.0:
88808932
version "0.1.1"
88818933
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -15116,6 +15168,11 @@ regexpp@^2.0.1:
1511615168
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
1511715169
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
1511815170

15171+
regexpp@^3.0.0:
15172+
version "3.0.0"
15173+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
15174+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
15175+
1511915176
regexpu-core@^4.6.0:
1512015177
version "4.6.0"
1512115178
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"

0 commit comments

Comments
 (0)