Skip to content

Commit badb0ee

Browse files
1 parent dfe5be1 commit badb0ee

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/node": "13.11.1",
8181
"@types/rimraf": "3.0.0",
8282
"@typescript-eslint/eslint-plugin": "2.27.0",
83-
"@typescript-eslint/parser": "2.26.0",
83+
"@typescript-eslint/parser": "2.27.0",
8484
"codecov": "3.6.5",
8585
"eslint": "6.8.0",
8686
"eslint-config-prettier": "6.10.1",

yarn.lock

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,16 +1152,6 @@
11521152
regexpp "^3.0.0"
11531153
tsutils "^3.17.1"
11541154

1155-
"@typescript-eslint/[email protected]":
1156-
version "2.26.0"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d"
1158-
integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ==
1159-
dependencies:
1160-
"@types/json-schema" "^7.0.3"
1161-
"@typescript-eslint/typescript-estree" "2.26.0"
1162-
eslint-scope "^5.0.0"
1163-
eslint-utils "^2.0.0"
1164-
11651155
"@typescript-eslint/[email protected]":
11661156
version "2.27.0"
11671157
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
@@ -1172,28 +1162,15 @@
11721162
eslint-scope "^5.0.0"
11731163
eslint-utils "^2.0.0"
11741164

1175-
"@typescript-eslint/parser@2.26.0":
1176-
version "2.26.0"
1177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
1178-
integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ==
1165+
"@typescript-eslint/parser@2.27.0":
1166+
version "2.27.0"
1167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
1168+
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
11791169
dependencies:
11801170
"@types/eslint-visitor-keys" "^1.0.0"
1181-
"@typescript-eslint/experimental-utils" "2.26.0"
1182-
"@typescript-eslint/typescript-estree" "2.26.0"
1183-
eslint-visitor-keys "^1.1.0"
1184-
1185-
"@typescript-eslint/[email protected]":
1186-
version "2.26.0"
1187-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56"
1188-
integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg==
1189-
dependencies:
1190-
debug "^4.1.1"
1171+
"@typescript-eslint/experimental-utils" "2.27.0"
1172+
"@typescript-eslint/typescript-estree" "2.27.0"
11911173
eslint-visitor-keys "^1.1.0"
1192-
glob "^7.1.6"
1193-
is-glob "^4.0.1"
1194-
lodash "^4.17.15"
1195-
semver "^6.3.0"
1196-
tsutils "^3.17.1"
11971174

11981175
"@typescript-eslint/[email protected]":
11991176
version "2.27.0"

0 commit comments

Comments
 (0)