Skip to content

Commit 8eec233

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.11.0
1 parent ded4ecb commit 8eec233

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
@@ -62,8 +62,8 @@
6262
"@types/react-router": "5.1.2",
6363
"@types/react-router-dom": "5.1.0",
6464
"@types/react-test-renderer": "16.9.1",
65-
"@typescript-eslint/eslint-plugin": "2.4.0",
66-
"@typescript-eslint/parser": "2.4.0",
65+
"@typescript-eslint/eslint-plugin": "2.11.0",
66+
"@typescript-eslint/parser": "2.11.0",
6767
"@types/bn.js": "4.11.5",
6868
"@types/web3": "1.0.20",
6969
"babel-jest": "24.8.0",

yarn.lock

Lines changed: 64 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,18 @@
27402740
dependencies:
27412741
"@types/yargs-parser" "*"
27422742

2743-
"@typescript-eslint/eslint-plugin@2.4.0", "@typescript-eslint/eslint-plugin@^2.3.0":
2743+
"@typescript-eslint/eslint-plugin@2.11.0":
2744+
version "2.11.0"
2745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2"
2746+
integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA==
2747+
dependencies:
2748+
"@typescript-eslint/experimental-utils" "2.11.0"
2749+
eslint-utils "^1.4.3"
2750+
functional-red-black-tree "^1.0.1"
2751+
regexpp "^3.0.0"
2752+
tsutils "^3.17.1"
2753+
2754+
"@typescript-eslint/eslint-plugin@^2.3.0":
27442755
version "2.4.0"
27452756
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
27462757
integrity sha512-se/YCk7PUoyMwSm/u3Ii9E+BgDUc736uw/lXCDpXEqRgPGsoBTtS8Mntue/vZX8EGyzGplYuePBuVyhZDM9EpQ==
@@ -2751,6 +2762,15 @@
27512762
regexpp "^2.0.1"
27522763
tsutils "^3.17.1"
27532764

2765+
"@typescript-eslint/experimental-utils@2.11.0":
2766+
version "2.11.0"
2767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
2768+
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
2769+
dependencies:
2770+
"@types/json-schema" "^7.0.3"
2771+
"@typescript-eslint/typescript-estree" "2.11.0"
2772+
eslint-scope "^5.0.0"
2773+
27542774
"@typescript-eslint/experimental-utils@2.4.0":
27552775
version "2.4.0"
27562776
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.4.0.tgz#dd8f3f466be25c3610a06fed22cfb6e6aa17f6d9"
@@ -2760,16 +2780,29 @@
27602780
"@typescript-eslint/typescript-estree" "2.4.0"
27612781
eslint-scope "^5.0.0"
27622782

2763-
"@typescript-eslint/parser@2.4.0":
2764-
version "2.4.0"
2765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.4.0.tgz#fe43ed5fec14af03d3594fce2c3b7ec4c8df0243"
2766-
integrity sha512-IouAKi/grJ4MFrwdXIJ1GHAwbPWYgkT3b/x8Q49F378c9nwgxVkO76e0rZeUVpwHMaUuoKG2sUeK0XGkwdlwkw==
2783+
"@typescript-eslint/parser@2.11.0":
2784+
version "2.11.0"
2785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
2786+
integrity sha512-DyGXeqhb3moMioEFZIHIp7oXBBh7dEfPTzGrlyP0Mi9ScCra4SWEGs3kPd18mG7Sy9Wy8z88zmrw5tSGL6r/6A==
27672787
dependencies:
27682788
"@types/eslint-visitor-keys" "^1.0.0"
2769-
"@typescript-eslint/experimental-utils" "2.4.0"
2770-
"@typescript-eslint/typescript-estree" "2.4.0"
2789+
"@typescript-eslint/experimental-utils" "2.11.0"
2790+
"@typescript-eslint/typescript-estree" "2.11.0"
27712791
eslint-visitor-keys "^1.1.0"
27722792

2793+
"@typescript-eslint/typescript-estree@2.11.0":
2794+
version "2.11.0"
2795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb"
2796+
integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA==
2797+
dependencies:
2798+
debug "^4.1.1"
2799+
eslint-visitor-keys "^1.1.0"
2800+
glob "^7.1.6"
2801+
is-glob "^4.0.1"
2802+
lodash.unescape "4.0.1"
2803+
semver "^6.3.0"
2804+
tsutils "^3.17.1"
2805+
27732806
"@typescript-eslint/typescript-estree@2.4.0":
27742807
version "2.4.0"
27752808
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.4.0.tgz#722c95493e1b7682893edaaaec0e69f36917feef"
@@ -6455,6 +6488,13 @@ eslint-utils@^1.4.2:
64556488
dependencies:
64566489
eslint-visitor-keys "^1.0.0"
64576490

6491+
eslint-utils@^1.4.3:
6492+
version "1.4.3"
6493+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
6494+
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
6495+
dependencies:
6496+
eslint-visitor-keys "^1.1.0"
6497+
64586498
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
64596499
version "1.1.0"
64606500
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -7593,6 +7633,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:
75937633
once "^1.3.0"
75947634
path-is-absolute "^1.0.0"
75957635

7636+
glob@^7.1.6:
7637+
version "7.1.6"
7638+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
7639+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
7640+
dependencies:
7641+
fs.realpath "^1.0.0"
7642+
inflight "^1.0.4"
7643+
inherits "2"
7644+
minimatch "^3.0.4"
7645+
once "^1.3.0"
7646+
path-is-absolute "^1.0.0"
7647+
75967648
global-dirs@^0.1.0:
75977649
version "0.1.1"
75987650
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -13783,6 +13835,11 @@ regexpp@^2.0.1:
1378313835
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
1378413836
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
1378513837

13838+
regexpp@^3.0.0:
13839+
version "3.0.0"
13840+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
13841+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
13842+
1378613843
regexpu-core@^4.5.4:
1378713844
version "4.5.4"
1378813845
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"

0 commit comments

Comments
 (0)