Skip to content

Commit 0fa6592

Browse files
1 parent 59dd6a6 commit 0fa6592

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.13.0",
8181
"@types/rimraf": "3.0.0",
8282
"@typescript-eslint/eslint-plugin": "2.28.0",
83-
"@typescript-eslint/parser": "2.27.0",
83+
"@typescript-eslint/parser": "2.28.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
@@ -1172,16 +1172,6 @@
11721172
regexpp "^3.0.0"
11731173
tsutils "^3.17.1"
11741174

1175-
"@typescript-eslint/[email protected]":
1176-
version "2.27.0"
1177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
1178-
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
1179-
dependencies:
1180-
"@types/json-schema" "^7.0.3"
1181-
"@typescript-eslint/typescript-estree" "2.27.0"
1182-
eslint-scope "^5.0.0"
1183-
eslint-utils "^2.0.0"
1184-
11851175
"@typescript-eslint/[email protected]":
11861176
version "2.28.0"
11871177
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
@@ -1192,28 +1182,15 @@
11921182
eslint-scope "^5.0.0"
11931183
eslint-utils "^2.0.0"
11941184

1195-
"@typescript-eslint/parser@2.27.0":
1196-
version "2.27.0"
1197-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
1198-
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
1185+
"@typescript-eslint/parser@2.28.0":
1186+
version "2.28.0"
1187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.28.0.tgz#bb761286efd2b0714761cab9d0ee5847cf080385"
1188+
integrity sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw==
11991189
dependencies:
12001190
"@types/eslint-visitor-keys" "^1.0.0"
1201-
"@typescript-eslint/experimental-utils" "2.27.0"
1202-
"@typescript-eslint/typescript-estree" "2.27.0"
1203-
eslint-visitor-keys "^1.1.0"
1204-
1205-
"@typescript-eslint/[email protected]":
1206-
version "2.27.0"
1207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
1208-
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
1209-
dependencies:
1210-
debug "^4.1.1"
1191+
"@typescript-eslint/experimental-utils" "2.28.0"
1192+
"@typescript-eslint/typescript-estree" "2.28.0"
12111193
eslint-visitor-keys "^1.1.0"
1212-
glob "^7.1.6"
1213-
is-glob "^4.0.1"
1214-
lodash "^4.17.15"
1215-
semver "^6.3.0"
1216-
tsutils "^3.17.1"
12171194

12181195
"@typescript-eslint/[email protected]":
12191196
version "2.28.0"

0 commit comments

Comments
 (0)