From 3d5c77f65f64ccd4f28cd161ce7dc9e1e74ff581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:35:59 +0000 Subject: [PATCH] Update typescript to v8 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 8.34.1 | | npm | @typescript-eslint/parser | 5.62.0 | 8.34.1 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b2acb3..3abf37b 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.34.1", + "@typescript-eslint/parser": "8.34.1", "eslint": "8.9.0", "eslint-config-airbnb": "19.0.2", "eslint-config-prettier": "8.3.0",