From afb3382ecb3bba04b7845ab8f2b191537384dbee Mon Sep 17 00:00:00 2001 From: ur-renovate <277639+ur-renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:05:55 +0000 Subject: [PATCH] chore(deps): update linters --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba53d77..f3b9216 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ }, "devDependencies": { "@types/node": "^18.16.3", - "@typescript-eslint/parser": "^5.59.2", + "@typescript-eslint/parser": "^8.0.0", "@vercel/ncc": "^0.36.1", - "eslint": "^8.39.0", - "eslint-plugin-github": "^4.7.0", - "eslint-plugin-jest": "^27.2.1", + "eslint": "^9.0.0", + "eslint-plugin-github": "^5.0.0", + "eslint-plugin-jest": "^28.0.0", "jest": "^29.5.0", "js-yaml": "^4.1.0", - "prettier": "^2.8.8", + "prettier": "^3.0.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }