Skip to content

Commit c64f043

Browse files
dependabot-preview[bot]malept
authored andcommitted
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.3.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3f4f62c commit c64f043

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@types/webpack-dev-middleware": "^2.0.3",
131131
"@types/webpack-hot-middleware": "^2.16.3",
132132
"@types/webpack-merge": "^4.1.5",
133-
"@typescript-eslint/eslint-plugin": "^2.2.0",
133+
"@typescript-eslint/eslint-plugin": "^2.3.0",
134134
"@typescript-eslint/parser": "^2.3.0",
135135
"asar": "^2.0.1",
136136
"babel-plugin-source-map-support": "^2.1.1",

yarn.lock

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,26 +1198,17 @@
11981198
"@types/events" "*"
11991199
"@types/node" "*"
12001200

1201-
"@typescript-eslint/eslint-plugin@^2.2.0":
1202-
version "2.2.0"
1203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.2.0.tgz#cba8caa6ad8df544c46bca674125a31af8c9ac2f"
1204-
integrity sha512-rOodtI+IvaO8USa6ValYOrdWm9eQBgqwsY+B0PPiB+aSiK6p6Z4l9jLn/jI3z3WM4mkABAhKIqvGIBl0AFRaLQ==
1201+
"@typescript-eslint/eslint-plugin@^2.3.0":
1202+
version "2.3.0"
1203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.0.tgz#6ead12c6b15a9b930430931e396e01a1fe181fcc"
1204+
integrity sha512-QgO/qmNye+rKsU7dan6pkBTSfpbyrHJidsw9bR3gZCrQNTB9eWQ5+UDkrrev/fu9xg6Qh7ebbx03IVuGnGRmEw==
12051205
dependencies:
1206-
"@typescript-eslint/experimental-utils" "2.2.0"
1206+
"@typescript-eslint/experimental-utils" "2.3.0"
12071207
eslint-utils "^1.4.2"
12081208
functional-red-black-tree "^1.0.1"
12091209
regexpp "^2.0.1"
12101210
tsutils "^3.17.1"
12111211

1212-
"@typescript-eslint/experimental-utils@2.2.0":
1213-
version "2.2.0"
1214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.2.0.tgz#31d855fbc425168ecf56960c777aacfcca391cff"
1215-
integrity sha512-IMhbewFs27Frd/ICHBRfIcsUCK213B8MsEUqvKFK14SDPjPR5JF6jgOGPlroybFTrGWpMvN5tMZdXAf+xcmxsA==
1216-
dependencies:
1217-
"@types/json-schema" "^7.0.3"
1218-
"@typescript-eslint/typescript-estree" "2.2.0"
1219-
eslint-scope "^5.0.0"
1220-
12211212
"@typescript-eslint/experimental-utils@2.3.0":
12221213
version "2.3.0"
12231214
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.0.tgz#19a8e1b8fcee7d7469f3b44691d91830568de140"
@@ -1237,16 +1228,6 @@
12371228
"@typescript-eslint/typescript-estree" "2.3.0"
12381229
eslint-visitor-keys "^1.1.0"
12391230

1240-
"@typescript-eslint/typescript-estree@2.2.0":
1241-
version "2.2.0"
1242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.2.0.tgz#1e2aad5ed573f9f7a8e3261eb79404264c4fc57f"
1243-
integrity sha512-9/6x23A3HwWWRjEQbuR24on5XIfVmV96cDpGR9671eJv1ebFKHj2sGVVAwkAVXR2UNuhY1NeKS2QMv5P8kQb2Q==
1244-
dependencies:
1245-
glob "^7.1.4"
1246-
is-glob "^4.0.1"
1247-
lodash.unescape "4.0.1"
1248-
semver "^6.3.0"
1249-
12501231
"@typescript-eslint/typescript-estree@2.3.0":
12511232
version "2.3.0"
12521233
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.0.tgz#fd8faff7e4c73795c65e5817c52f9038e33ef29d"

0 commit comments

Comments
 (0)