Skip to content

Commit aa0e794

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.6.0
1 parent f46b04e commit aa0e794

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-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.6.0",
66+
"@typescript-eslint/parser": "2.6.0",
6767
"@types/bn.js": "4.11.5",
6868
"@types/web3": "1.0.20",
6969
"babel-jest": "24.8.0",

yarn.lock

Lines changed: 38 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.6.0":
2744+
version "2.6.0"
2745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.0.tgz#e82ed43fc4527b21bfe35c20a2d6e4ed49fc7957"
2746+
integrity sha512-iCcXREU4RciLmLniwKLRPCOFVXrkF7z27XuHq5DrykpREv/mz6ztKAyLg2fdkM0hQC7659p5ZF5uStH7uzAJ/w==
2747+
dependencies:
2748+
"@typescript-eslint/experimental-utils" "2.6.0"
2749+
eslint-utils "^1.4.2"
2750+
functional-red-black-tree "^1.0.1"
2751+
regexpp "^2.0.1"
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==
@@ -2760,14 +2771,23 @@
27602771
"@typescript-eslint/typescript-estree" "2.4.0"
27612772
eslint-scope "^5.0.0"
27622773

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==
2774+
"@typescript-eslint/experimental-utils@2.6.0":
2775+
version "2.6.0"
2776+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.0.tgz#ed70bef72822bff54031ff0615fc888b9e2b6e8a"
2777+
integrity sha512-34BAFpNOwHXeqT+AvdalLxOvcPYnCxA5JGmBAFL64RGMdP0u65rXjii7l/nwpgk5aLEE1LaqF+SsCU0/Cb64xA==
2778+
dependencies:
2779+
"@types/json-schema" "^7.0.3"
2780+
"@typescript-eslint/typescript-estree" "2.6.0"
2781+
eslint-scope "^5.0.0"
2782+
2783+
"@typescript-eslint/parser@2.6.0":
2784+
version "2.6.0"
2785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.0.tgz#5106295c6a7056287b4719e24aae8d6293d5af49"
2786+
integrity sha512-AvLejMmkcjRTJ2KD72v565W4slSrrzUIzkReu1JN34b8JnsEsxx7S9Xx/qXEuMQas0mkdUfETr0j3zOhq2DIqQ==
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.6.0"
2790+
"@typescript-eslint/typescript-estree" "2.6.0"
27712791
eslint-visitor-keys "^1.1.0"
27722792

27732793
"@typescript-eslint/typescript-estree@2.4.0":
@@ -2781,6 +2801,17 @@
27812801
lodash.unescape "4.0.1"
27822802
semver "^6.3.0"
27832803

2804+
"@typescript-eslint/typescript-estree@2.6.0":
2805+
version "2.6.0"
2806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.0.tgz#d3e9d8e001492e2b9124c4d4bd4e7f03c0fd7254"
2807+
integrity sha512-A3lSBVIdj2Gp0lFEL6in2eSPqJ33uAc3Ko+Y4brhjkxzjbzLnwBH22CwsW2sCo+iwogfIyvb56/AJri15H0u5Q==
2808+
dependencies:
2809+
debug "^4.1.1"
2810+
glob "^7.1.4"
2811+
is-glob "^4.0.1"
2812+
lodash.unescape "4.0.1"
2813+
semver "^6.3.0"
2814+
27842815
"@webassemblyjs/ast@1.8.5":
27852816
version "1.8.5"
27862817
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"

0 commit comments

Comments
 (0)