From c0a521f0f8a8dc696c7666a4e13acc833cec67eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 02:09:51 +0000 Subject: [PATCH] Update typescript to v8 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 8.38.0 | | npm | @typescript-eslint/parser | 5.62.0 | 8.38.0 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2fdc10..acb9ca3 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.38.0", + "@typescript-eslint/parser": "8.38.0", "eslint": "8.9.0", "eslint-config-airbnb": "19.0.2", "eslint-config-prettier": "8.3.0",