From a82088e39bac831f1ae305d39700a320690470a5 Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Mon, 12 Aug 2024 22:44:41 +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 12cc2c02..01ddeff4 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.1.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", - "@typescript-eslint/parser": "^7.18.0", + "@typescript-eslint/parser": "^8.1.0", "eslint": "^8.57.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-plugin-import": "^2.29.1",