From 205e8a10efdd96d36639c508f2c38b43a0799727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:36:37 +0000 Subject: [PATCH] Update typescript to v8 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 8.12.1 | | npm | @typescript-eslint/parser | 5.62.0 | 8.12.1 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ca3baf..1f23142 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "typescript.js" ], "devDependencies": { - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", + "@typescript-eslint/eslint-plugin": "8.12.1", + "@typescript-eslint/parser": "8.12.1", "eslint": "8.9.0", "eslint-config-airbnb": "19.0.2", "eslint-config-prettier": "8.3.0",