Skip to content

Commit 4ffb577

Browse files
chore: update dependencies to the latest version (#216)
* chore: update dependencies to the latest version * style: formatting
1 parent f6b4b66 commit 4ffb577

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@
7272
"cspell": "^6.31.1",
7373
"del": "^6.1.1",
7474
"del-cli": "^4.0.1",
75-
"eslint": "^8.37.0",
75+
"eslint": "^8.38.0",
7676
"eslint-config-prettier": "^8.8.0",
7777
"eslint-plugin-import": "^2.27.5",
7878
"fs-extra": "^10.1.0",
7979
"husky": "^8.0.3",
8080
"jest": "^29.5.0",
81-
"lint-staged": "^13.2.0",
81+
"lint-staged": "^13.2.1",
8282
"npm-run-all": "^4.1.5",
8383
"prettier": "^2.8.7",
8484
"standard-version": "^9.5.0",
85-
"typescript": "^4.9.5",
86-
"webpack": "^5.77.0"
85+
"typescript": "^5.0.4",
86+
"webpack": "^5.78.0"
8787
},
8888
"keywords": [
8989
"eslint",

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class ESLintWebpackPlugin {
8686
*/
8787
async run(compiler, options, wanted, exclude) {
8888
// @ts-ignore
89-
const isCompilerHooked = compiler.hooks.compilation.taps.find(({ name }) => name === this.key);
89+
const isCompilerHooked = compiler.hooks.compilation.taps.find(
90+
({ name }) => name === this.key
91+
);
9092

9193
if (isCompilerHooked) return;
9294

0 commit comments

Comments
 (0)