From d999cc875b83fda48e3fb301ead1665a068b99b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:07:01 +0000 Subject: [PATCH] Update typescript to v8 | datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 8.22.0 | | npm | @typescript-eslint/parser | 5.62.0 | 8.22.0 | --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a96472c..4bced8a 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.22.0", + "@typescript-eslint/parser": "8.22.0", "eslint": "8.9.0", "eslint-config-airbnb": "19.0.2", "eslint-config-prettier": "8.3.0",