Skip to content

Commit 86c3d3c

Browse files
1 parent 95e5dda commit 86c3d3c

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.0",
8181
"@types/rimraf": "3.0.0",
82-
"@typescript-eslint/eslint-plugin": "2.26.0",
82+
"@typescript-eslint/eslint-plugin": "2.27.0",
8383
"@typescript-eslint/parser": "2.26.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
@@ -1142,12 +1142,12 @@
11421142
dependencies:
11431143
"@types/yargs-parser" "*"
11441144

1145-
"@typescript-eslint/eslint-plugin@2.26.0":
1146-
version "2.26.0"
1147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
1148-
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
1145+
"@typescript-eslint/eslint-plugin@2.27.0":
1146+
version "2.27.0"
1147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
1148+
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
11491149
dependencies:
1150-
"@typescript-eslint/experimental-utils" "2.26.0"
1150+
"@typescript-eslint/experimental-utils" "2.27.0"
11511151
functional-red-black-tree "^1.0.1"
11521152
regexpp "^3.0.0"
11531153
tsutils "^3.17.1"
@@ -1162,6 +1162,16 @@
11621162
eslint-scope "^5.0.0"
11631163
eslint-utils "^2.0.0"
11641164

1165+
"@typescript-eslint/[email protected]":
1166+
version "2.27.0"
1167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
1168+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
1169+
dependencies:
1170+
"@types/json-schema" "^7.0.3"
1171+
"@typescript-eslint/typescript-estree" "2.27.0"
1172+
eslint-scope "^5.0.0"
1173+
eslint-utils "^2.0.0"
1174+
11651175
"@typescript-eslint/[email protected]":
11661176
version "2.26.0"
11671177
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
@@ -1185,6 +1195,19 @@
11851195
semver "^6.3.0"
11861196
tsutils "^3.17.1"
11871197

1198+
"@typescript-eslint/[email protected]":
1199+
version "2.27.0"
1200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
1201+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
1202+
dependencies:
1203+
debug "^4.1.1"
1204+
eslint-visitor-keys "^1.1.0"
1205+
glob "^7.1.6"
1206+
is-glob "^4.0.1"
1207+
lodash "^4.17.15"
1208+
semver "^6.3.0"
1209+
tsutils "^3.17.1"
1210+
11881211
abab@^2.0.0:
11891212
version "2.0.3"
11901213
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)