Skip to content

Commit 42be11c

Browse files
1 parent 94bd528 commit 42be11c

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.9.5",
8181
"@types/rimraf": "3.0.0",
82-
"@typescript-eslint/eslint-plugin": "2.25.0",
82+
"@typescript-eslint/eslint-plugin": "2.26.0",
8383
"@typescript-eslint/parser": "2.25.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
@@ -1143,12 +1143,12 @@
11431143
dependencies:
11441144
"@types/yargs-parser" "*"
11451145

1146-
"@typescript-eslint/eslint-plugin@2.25.0":
1147-
version "2.25.0"
1148-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
1149-
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
1146+
"@typescript-eslint/eslint-plugin@2.26.0":
1147+
version "2.26.0"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
1149+
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
11501150
dependencies:
1151-
"@typescript-eslint/experimental-utils" "2.25.0"
1151+
"@typescript-eslint/experimental-utils" "2.26.0"
11521152
functional-red-black-tree "^1.0.1"
11531153
regexpp "^3.0.0"
11541154
tsutils "^3.17.1"
@@ -1163,6 +1163,16 @@
11631163
eslint-scope "^5.0.0"
11641164
eslint-utils "^2.0.0"
11651165

1166+
"@typescript-eslint/[email protected]":
1167+
version "2.26.0"
1168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d"
1169+
integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ==
1170+
dependencies:
1171+
"@types/json-schema" "^7.0.3"
1172+
"@typescript-eslint/typescript-estree" "2.26.0"
1173+
eslint-scope "^5.0.0"
1174+
eslint-utils "^2.0.0"
1175+
11661176
"@typescript-eslint/[email protected]":
11671177
version "2.25.0"
11681178
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
@@ -1186,6 +1196,19 @@
11861196
semver "^6.3.0"
11871197
tsutils "^3.17.1"
11881198

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

0 commit comments

Comments
 (0)