Skip to content

Commit

Permalink
chore: update dependencies to the latest version (#216)
Browse files Browse the repository at this point in the history
* chore: update dependencies to the latest version

* style: formatting
  • Loading branch information
ricardogobbosouza committed Apr 10, 2023
1 parent f6b4b66 commit 4ffb577
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 42 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@
"cspell": "^6.31.1",
"del": "^6.1.1",
"del-cli": "^4.0.1",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"fs-extra": "^10.1.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"standard-version": "^9.5.0",
"typescript": "^4.9.5",
"webpack": "^5.77.0"
"typescript": "^5.0.4",
"webpack": "^5.78.0"
},
"keywords": [
"eslint",
Expand Down
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ class ESLintWebpackPlugin {
*/
async run(compiler, options, wanted, exclude) {
// @ts-ignore
const isCompilerHooked = compiler.hooks.compilation.taps.find(({ name }) => name === this.key);
const isCompilerHooked = compiler.hooks.compilation.taps.find(
({ name }) => name === this.key
);

if (isCompilerHooked) return;

Expand Down

0 comments on commit 4ffb577

Please sign in to comment.