From 53bbed3cb08cf9ba2ef49c656def6f216afc9faf Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Tue, 7 Jan 2025 00:06:33 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b86d7b8..653f7fda 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "@types/q": "^1.5.8", "@types/temp": "^0.9.4", "@types/xmldom": "^0.1.34", - "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", - "@typescript-eslint/parser": "^7.18.0", + "@typescript-eslint/parser": "^8.19.1", "eslint": "^8.57.1", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-plugin-import": "^2.31.0",