From b51bc38a4064e0daad3378f417f7c2babbdeb4e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:32:28 +0000 Subject: [PATCH] chore(deps): update eslint dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 445d5e0..0301b2d 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ "author": "KagChi", "license": "GPL-3.0", "devDependencies": { - "@hazmi35/eslint-config": "^9.0.0", + "@hazmi35/eslint-config": "^15.2.2", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.76", "@types/node": "^18.17.4", - "@typescript-eslint/eslint-plugin": "^5.59.8", - "@typescript-eslint/parser": "^5.59.8", + "@typescript-eslint/eslint-plugin": "^8.59.2", + "@typescript-eslint/parser": "^8.59.2", "bun-types": "^0.7.3", - "eslint": "^8.41.0", + "eslint": "^10.3.0", "rimraf": "^5.0.1", - "typescript": "^5.0.4" + "typescript": "^6.0.3" }, "eslintConfig": { "parser": "@typescript-eslint/parser",