Skip to content

Commit

Permalink
chore: upgrade ESLint and related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jan 14, 2025
1 parent e679c28 commit dec6489
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 235 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^6.0.0",
"dprint": "^0.48.0",
"eslint": "^9.12.0",
"eslint": "^9.18.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "patch:eslint-plugin-unused-imports@npm%3A4.1.4#~/.yarn/patches/eslint-plugin-unused-imports-npm-4.1.4-a7d7c7cdf3.patch",
"execa": "^5.1.1",
Expand All @@ -86,7 +86,7 @@
"tsx": "^4.19.2",
"turbo": "2.3.3",
"typescript": "5.7.3",
"typescript-eslint": "^8.19.0",
"typescript-eslint": "^8.20.0",
"vitest": "^2.1.4",
"xml2js": "^0.6.2",
"zwave-js": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"devDependencies": {
"@alcalzone/esm2cjs": "^1.4.1",
"@types/eslint": "^9.6.1",
"@typescript-eslint/utils": "^8.8.1",
"@typescript-eslint/utils": "^8.20.0",
"@zwave-js/core": "workspace:*",
"eslint": "^9.12.0",
"eslint": "^9.18.0",
"eslint-compat-utils": "^0.6.4",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsonc": "^2.18.2",
"typescript": "5.7.3"
}
}
Loading

0 comments on commit dec6489

Please sign in to comment.