Skip to content

Commit 9b6d725

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

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/jest": "24.0.20",
5454
"@types/node": "12.11.7",
5555
"@types/ws": "6.0.3",
56-
"@typescript-eslint/eslint-plugin": "2.5.0",
57-
"@typescript-eslint/parser": "2.5.0",
56+
"@typescript-eslint/eslint-plugin": "2.6.0",
57+
"@typescript-eslint/parser": "2.6.0",
5858
"babel-loader": "8.0.6",
5959
"conventional-changelog-cli": "2.0.25",
6060
"conventional-recommended-bump": "6.0.2",

yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1263,40 +1263,40 @@
12631263
dependencies:
12641264
"@types/yargs-parser" "*"
12651265

1266-
"@typescript-eslint/eslint-plugin@2.5.0":
1267-
version "2.5.0"
1268-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903"
1269-
integrity sha512-ddrJZxp5ns1Lh5ofZQYk3P8RyvKfyz/VcRR4ZiJLHO/ljnQAO8YvTfj268+WJOOadn99mvDiqJA65+HAKoeSPA==
1266+
"@typescript-eslint/eslint-plugin@2.6.0":
1267+
version "2.6.0"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.0.tgz#e82ed43fc4527b21bfe35c20a2d6e4ed49fc7957"
1269+
integrity sha512-iCcXREU4RciLmLniwKLRPCOFVXrkF7z27XuHq5DrykpREv/mz6ztKAyLg2fdkM0hQC7659p5ZF5uStH7uzAJ/w==
12701270
dependencies:
1271-
"@typescript-eslint/experimental-utils" "2.5.0"
1271+
"@typescript-eslint/experimental-utils" "2.6.0"
12721272
eslint-utils "^1.4.2"
12731273
functional-red-black-tree "^1.0.1"
12741274
regexpp "^2.0.1"
12751275
tsutils "^3.17.1"
12761276

1277-
"@typescript-eslint/experimental-utils@2.5.0":
1278-
version "2.5.0"
1279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1"
1280-
integrity sha512-UgcQGE0GKJVChyRuN1CWqDW8Pnu7+mVst0aWrhiyuUD1J9c+h8woBdT4XddCvhcXDodTDVIfE3DzGHVjp7tUeQ==
1277+
"@typescript-eslint/experimental-utils@2.6.0":
1278+
version "2.6.0"
1279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.0.tgz#ed70bef72822bff54031ff0615fc888b9e2b6e8a"
1280+
integrity sha512-34BAFpNOwHXeqT+AvdalLxOvcPYnCxA5JGmBAFL64RGMdP0u65rXjii7l/nwpgk5aLEE1LaqF+SsCU0/Cb64xA==
12811281
dependencies:
12821282
"@types/json-schema" "^7.0.3"
1283-
"@typescript-eslint/typescript-estree" "2.5.0"
1283+
"@typescript-eslint/typescript-estree" "2.6.0"
12841284
eslint-scope "^5.0.0"
12851285

1286-
"@typescript-eslint/parser@2.5.0":
1287-
version "2.5.0"
1288-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.5.0.tgz#858030ddd808fbbe88e03f42e5971efaccb8218a"
1289-
integrity sha512-9UBMiAwIDWSl79UyogaBdj3hidzv6exjKUx60OuZuFnJf56tq/UMpdPcX09YmGqE8f4AnAueYtBxV8IcAT3jdQ==
1286+
"@typescript-eslint/parser@2.6.0":
1287+
version "2.6.0"
1288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.0.tgz#5106295c6a7056287b4719e24aae8d6293d5af49"
1289+
integrity sha512-AvLejMmkcjRTJ2KD72v565W4slSrrzUIzkReu1JN34b8JnsEsxx7S9Xx/qXEuMQas0mkdUfETr0j3zOhq2DIqQ==
12901290
dependencies:
12911291
"@types/eslint-visitor-keys" "^1.0.0"
1292-
"@typescript-eslint/experimental-utils" "2.5.0"
1293-
"@typescript-eslint/typescript-estree" "2.5.0"
1292+
"@typescript-eslint/experimental-utils" "2.6.0"
1293+
"@typescript-eslint/typescript-estree" "2.6.0"
12941294
eslint-visitor-keys "^1.1.0"
12951295

1296-
"@typescript-eslint/typescript-estree@2.5.0":
1297-
version "2.5.0"
1298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce"
1299-
integrity sha512-AXURyF8NcA3IsnbjNX1v9qbwa0dDoY9YPcKYR2utvMHoUcu3636zrz0gRWtVAyxbPCkhyKuGg6WZIyi2Fc79CA==
1296+
"@typescript-eslint/typescript-estree@2.6.0":
1297+
version "2.6.0"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.0.tgz#d3e9d8e001492e2b9124c4d4bd4e7f03c0fd7254"
1299+
integrity sha512-A3lSBVIdj2Gp0lFEL6in2eSPqJ33uAc3Ko+Y4brhjkxzjbzLnwBH22CwsW2sCo+iwogfIyvb56/AJri15H0u5Q==
13001300
dependencies:
13011301
debug "^4.1.1"
13021302
glob "^7.1.4"

0 commit comments

Comments
 (0)