From fcd35917e7e765f082ffcda3630d4fe197d4daaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:03:04 +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 54cb7c7..44f92d3 100644 --- a/package.json +++ b/package.json @@ -15,18 +15,18 @@ "author": "KagChi", "license": "GPL-3.0", "devDependencies": { - "@hazmi35/eslint-config": "^8.7.1", + "@hazmi35/eslint-config": "^14.0.1", "@swc/cli": "^0.1.57", "@swc/core": "^1.3.24", "@types/discord-rpc": "^4.0.3", "@types/node": "^17.0.31", - "@typescript-eslint/eslint-plugin": "^5.53.0", - "@typescript-eslint/parser": "^5.53.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^8.2.0", + "@typescript-eslint/parser": "^8.2.0", + "eslint": "^9.9.0", "pkg": "^5.8.0", "rimraf": "^3.0.2", "tsup": "^6.5.0", - "typescript": "^4.9.5" + "typescript": "^5.5.4" }, "eslintConfig": { "parser": "@typescript-eslint/parser",