Skip to content

Commit bfa905b

Browse files
authored
Merge pull request #227 from liangchunn/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.23.0
chore(deps): bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.23.0
2 parents a08b94a + 38f3991 commit bfa905b

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/code-frame": "7.5.5",
2929
"@babel/core": "7.8.3",
3030
"@babel/preset-env": "7.6.3",
31-
"@typescript-eslint/eslint-plugin": "2.11.0",
31+
"@typescript-eslint/eslint-plugin": "2.23.0",
3232
"@typescript-eslint/parser": "2.11.0",
3333
"babel-core": "7.0.0-bridge.0",
3434
"babel-eslint": "10.0.3",

yarn.lock

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,12 +1230,12 @@
12301230
dependencies:
12311231
"@types/yargs-parser" "*"
12321232

1233-
"@typescript-eslint/eslint-plugin@2.11.0":
1234-
version "2.11.0"
1235-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2"
1236-
integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA==
1233+
"@typescript-eslint/eslint-plugin@2.23.0":
1234+
version "2.23.0"
1235+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
1236+
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
12371237
dependencies:
1238-
"@typescript-eslint/experimental-utils" "2.11.0"
1238+
"@typescript-eslint/experimental-utils" "2.23.0"
12391239
eslint-utils "^1.4.3"
12401240
functional-red-black-tree "^1.0.1"
12411241
regexpp "^3.0.0"
@@ -1250,6 +1250,15 @@
12501250
"@typescript-eslint/typescript-estree" "2.11.0"
12511251
eslint-scope "^5.0.0"
12521252

1253+
"@typescript-eslint/[email protected]":
1254+
version "2.23.0"
1255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
1256+
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
1257+
dependencies:
1258+
"@types/json-schema" "^7.0.3"
1259+
"@typescript-eslint/typescript-estree" "2.23.0"
1260+
eslint-scope "^5.0.0"
1261+
12531262
"@typescript-eslint/[email protected]":
12541263
version "2.11.0"
12551264
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
@@ -1273,6 +1282,19 @@
12731282
semver "^6.3.0"
12741283
tsutils "^3.17.1"
12751284

1285+
"@typescript-eslint/[email protected]":
1286+
version "2.23.0"
1287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
1288+
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
1289+
dependencies:
1290+
debug "^4.1.1"
1291+
eslint-visitor-keys "^1.1.0"
1292+
glob "^7.1.6"
1293+
is-glob "^4.0.1"
1294+
lodash "^4.17.15"
1295+
semver "^6.3.0"
1296+
tsutils "^3.17.1"
1297+
12761298
"@webassemblyjs/[email protected]":
12771299
version "1.8.5"
12781300
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"

0 commit comments

Comments
 (0)