Skip to content

Commit cbe45b8

Browse files
1 parent 0b567a2 commit cbe45b8

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/mkdirp": "1.0.0",
8080
"@types/node": "13.11.1",
8181
"@types/rimraf": "3.0.0",
82-
"@typescript-eslint/eslint-plugin": "2.27.0",
82+
"@typescript-eslint/eslint-plugin": "2.28.0",
8383
"@typescript-eslint/parser": "2.27.0",
8484
"codecov": "3.6.5",
8585
"eslint": "6.8.0",

yarn.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,12 +1156,12 @@
11561156
dependencies:
11571157
"@types/yargs-parser" "*"
11581158

1159-
"@typescript-eslint/eslint-plugin@2.27.0":
1160-
version "2.27.0"
1161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
1162-
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
1159+
"@typescript-eslint/eslint-plugin@2.28.0":
1160+
version "2.28.0"
1161+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz#4431bc6d3af41903e5255770703d4e55a0ccbdec"
1162+
integrity sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg==
11631163
dependencies:
1164-
"@typescript-eslint/experimental-utils" "2.27.0"
1164+
"@typescript-eslint/experimental-utils" "2.28.0"
11651165
functional-red-black-tree "^1.0.1"
11661166
regexpp "^3.0.0"
11671167
tsutils "^3.17.1"
@@ -1176,6 +1176,16 @@
11761176
eslint-scope "^5.0.0"
11771177
eslint-utils "^2.0.0"
11781178

1179+
"@typescript-eslint/[email protected]":
1180+
version "2.28.0"
1181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
1182+
integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==
1183+
dependencies:
1184+
"@types/json-schema" "^7.0.3"
1185+
"@typescript-eslint/typescript-estree" "2.28.0"
1186+
eslint-scope "^5.0.0"
1187+
eslint-utils "^2.0.0"
1188+
11791189
"@typescript-eslint/[email protected]":
11801190
version "2.27.0"
11811191
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
@@ -1199,6 +1209,19 @@
11991209
semver "^6.3.0"
12001210
tsutils "^3.17.1"
12011211

1212+
"@typescript-eslint/[email protected]":
1213+
version "2.28.0"
1214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00"
1215+
integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q==
1216+
dependencies:
1217+
debug "^4.1.1"
1218+
eslint-visitor-keys "^1.1.0"
1219+
glob "^7.1.6"
1220+
is-glob "^4.0.1"
1221+
lodash "^4.17.15"
1222+
semver "^6.3.0"
1223+
tsutils "^3.17.1"
1224+
12021225
abab@^2.0.0:
12031226
version "2.0.3"
12041227
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)