Skip to content

Commit 7f9793a

Browse files
committed
chore(deps): update typescript-eslint monorepo
1 parent 82dc8ef commit 7f9793a

File tree

2 files changed

+62
-9
lines changed

2 files changed

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

yarn.lock

Lines changed: 60 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.7.0":
2744+
version "2.7.0"
2745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.7.0.tgz#dff176bdb73dfd7e2e43062452189bd1b9db6021"
2746+
integrity sha512-H5G7yi0b0FgmqaEUpzyBlVh0d9lq4cWG2ap0RKa6BkF3rpBb6IrAoubt1NWh9R2kRs/f0k6XwRDiDz3X/FqXhQ==
2747+
dependencies:
2748+
"@typescript-eslint/experimental-utils" "2.7.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,32 @@
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.1":
2775+
version "2.6.1"
2776+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
2777+
integrity sha512-EVrrUhl5yBt7fC7c62lWmriq4MIc49zpN3JmrKqfiFXPXCM5ErfEcZYfKOhZXkW6MBjFcJ5kGZqu1b+lyyExUw==
2778+
dependencies:
2779+
"@types/json-schema" "^7.0.3"
2780+
"@typescript-eslint/typescript-estree" "2.6.1"
2781+
eslint-scope "^5.0.0"
2782+
2783+
"@typescript-eslint/experimental-utils@2.7.0":
2784+
version "2.7.0"
2785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
2786+
integrity sha512-9/L/OJh2a5G2ltgBWJpHRfGnt61AgDeH6rsdg59BH0naQseSwR7abwHq3D5/op0KYD/zFT4LS5gGvWcMmegTEg==
2787+
dependencies:
2788+
"@types/json-schema" "^7.0.3"
2789+
"@typescript-eslint/typescript-estree" "2.7.0"
2790+
eslint-scope "^5.0.0"
2791+
2792+
"@typescript-eslint/parser@2.6.1":
2793+
version "2.6.1"
2794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.1.tgz#3c00116baa0d696bc334ca18ac5286b34793993c"
2795+
integrity sha512-PDPkUkZ4c7yA+FWqigjwf3ngPUgoLaGjMlFh6TRtbjhqxFBnkElDfckSjm98q9cMr4xRzZ15VrS/xKm6QHYf0w==
27672796
dependencies:
27682797
"@types/eslint-visitor-keys" "^1.0.0"
2769-
"@typescript-eslint/experimental-utils" "2.4.0"
2770-
"@typescript-eslint/typescript-estree" "2.4.0"
2798+
"@typescript-eslint/experimental-utils" "2.6.1"
2799+
"@typescript-eslint/typescript-estree" "2.6.1"
27712800
eslint-visitor-keys "^1.1.0"
27722801

27732802
"@typescript-eslint/typescript-estree@2.4.0":
@@ -2781,6 +2810,30 @@
27812810
lodash.unescape "4.0.1"
27822811
semver "^6.3.0"
27832812

2813+
"@typescript-eslint/typescript-estree@2.6.1":
2814+
version "2.6.1"
2815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"
2816+
integrity sha512-+sTnssW6bcbDZKE8Ce7VV6LdzkQz2Bxk7jzk1J8H1rovoTxnm6iXvYIyncvNsaB/kBCOM63j/LNJfm27bNdUoA==
2817+
dependencies:
2818+
debug "^4.1.1"
2819+
glob "^7.1.4"
2820+
is-glob "^4.0.1"
2821+
lodash.unescape "4.0.1"
2822+
semver "^6.3.0"
2823+
tsutils "^3.17.1"
2824+
2825+
"@typescript-eslint/typescript-estree@2.7.0":
2826+
version "2.7.0"
2827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
2828+
integrity sha512-vVCE/DY72N4RiJ/2f10PTyYekX2OLaltuSIBqeHYI44GQ940VCYioInIb8jKMrK9u855OEJdFC+HmWAZTnC+Ag==
2829+
dependencies:
2830+
debug "^4.1.1"
2831+
glob "^7.1.4"
2832+
is-glob "^4.0.1"
2833+
lodash.unescape "4.0.1"
2834+
semver "^6.3.0"
2835+
tsutils "^3.17.1"
2836+
27842837
"@webassemblyjs/ast@1.8.5":
27852838
version "1.8.5"
27862839
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"

0 commit comments

Comments
 (0)