Skip to content

Commit c4b9801

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.33.0
1 parent 5bfa35a commit c4b9801

File tree

2 files changed

+71
-9
lines changed

2 files changed

+71
-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.33.0",
64+
"@typescript-eslint/parser": "2.33.0",
6565
"babel-jest": "25.2.4",
6666
"babel-loader": "8.1.0",
6767
"babel-plugin-react-native-web": "0.12.2",

yarn.lock

Lines changed: 69 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,7 +3613,17 @@
36133613
dependencies:
36143614
"@types/yargs-parser" "*"
36153615

3616-
"@typescript-eslint/eslint-plugin@2.4.0", "@typescript-eslint/eslint-plugin@^2.3.0":
3616+
"@typescript-eslint/eslint-plugin@2.33.0":
3617+
version "2.33.0"
3618+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz#d6c8319d5011b4783bb3d2dadf105d8bdd499bd5"
3619+
integrity sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==
3620+
dependencies:
3621+
"@typescript-eslint/experimental-utils" "2.33.0"
3622+
functional-red-black-tree "^1.0.1"
3623+
regexpp "^3.0.0"
3624+
tsutils "^3.17.1"
3625+
3626+
"@typescript-eslint/eslint-plugin@^2.3.0":
36173627
version "2.4.0"
36183628
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
36193629
integrity sha512-se/YCk7PUoyMwSm/u3Ii9E+BgDUc736uw/lXCDpXEqRgPGsoBTtS8Mntue/vZX8EGyzGplYuePBuVyhZDM9EpQ==
@@ -3624,6 +3634,16 @@
36243634
regexpp "^2.0.1"
36253635
tsutils "^3.17.1"
36263636

3637+
"@typescript-eslint/experimental-utils@2.33.0":
3638+
version "2.33.0"
3639+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
3640+
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
3641+
dependencies:
3642+
"@types/json-schema" "^7.0.3"
3643+
"@typescript-eslint/typescript-estree" "2.33.0"
3644+
eslint-scope "^5.0.0"
3645+
eslint-utils "^2.0.0"
3646+
36273647
"@typescript-eslint/experimental-utils@2.4.0":
36283648
version "2.4.0"
36293649
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.4.0.tgz#dd8f3f466be25c3610a06fed22cfb6e6aa17f6d9"
@@ -3633,16 +3653,29 @@
36333653
"@typescript-eslint/typescript-estree" "2.4.0"
36343654
eslint-scope "^5.0.0"
36353655

3636-
"@typescript-eslint/parser@2.4.0":
3637-
version "2.4.0"
3638-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.4.0.tgz#fe43ed5fec14af03d3594fce2c3b7ec4c8df0243"
3639-
integrity sha512-IouAKi/grJ4MFrwdXIJ1GHAwbPWYgkT3b/x8Q49F378c9nwgxVkO76e0rZeUVpwHMaUuoKG2sUeK0XGkwdlwkw==
3656+
"@typescript-eslint/parser@2.33.0":
3657+
version "2.33.0"
3658+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd"
3659+
integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==
36403660
dependencies:
36413661
"@types/eslint-visitor-keys" "^1.0.0"
3642-
"@typescript-eslint/experimental-utils" "2.4.0"
3643-
"@typescript-eslint/typescript-estree" "2.4.0"
3662+
"@typescript-eslint/experimental-utils" "2.33.0"
3663+
"@typescript-eslint/typescript-estree" "2.33.0"
36443664
eslint-visitor-keys "^1.1.0"
36453665

3666+
"@typescript-eslint/typescript-estree@2.33.0":
3667+
version "2.33.0"
3668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
3669+
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
3670+
dependencies:
3671+
debug "^4.1.1"
3672+
eslint-visitor-keys "^1.1.0"
3673+
glob "^7.1.6"
3674+
is-glob "^4.0.1"
3675+
lodash "^4.17.15"
3676+
semver "^7.3.2"
3677+
tsutils "^3.17.1"
3678+
36463679
"@typescript-eslint/typescript-estree@2.4.0":
36473680
version "2.4.0"
36483681
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.4.0.tgz#722c95493e1b7682893edaaaec0e69f36917feef"
@@ -7583,6 +7616,13 @@ eslint-utils@^1.4.3:
75837616
dependencies:
75847617
eslint-visitor-keys "^1.1.0"
75857618

7619+
eslint-utils@^2.0.0:
7620+
version "2.0.0"
7621+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
7622+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
7623+
dependencies:
7624+
eslint-visitor-keys "^1.1.0"
7625+
75867626
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
75877627
version "1.1.0"
75887628
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -8899,6 +8939,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:
88998939
once "^1.3.0"
89008940
path-is-absolute "^1.0.0"
89018941

8942+
glob@^7.1.6:
8943+
version "7.1.6"
8944+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
8945+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
8946+
dependencies:
8947+
fs.realpath "^1.0.0"
8948+
inflight "^1.0.4"
8949+
inherits "2"
8950+
minimatch "^3.0.4"
8951+
once "^1.3.0"
8952+
path-is-absolute "^1.0.0"
8953+
89028954
global-dirs@^0.1.0:
89038955
version "0.1.1"
89048956
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -15175,6 +15227,11 @@ regexpp@^2.0.1:
1517515227
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
1517615228
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
1517715229

15230+
regexpp@^3.0.0:
15231+
version "3.1.0"
15232+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
15233+
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
15234+
1517815235
regexpu-core@^4.6.0:
1517915236
version "4.6.0"
1518015237
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
@@ -15804,6 +15861,11 @@ semver@^7.1.1, semver@^7.1.2:
1580415861
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
1580515862
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
1580615863

15864+
semver@^7.3.2:
15865+
version "7.3.2"
15866+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
15867+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
15868+
1580715869
semver@~5.3.0:
1580815870
version "5.3.0"
1580915871
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"

0 commit comments

Comments
 (0)