From e2b3b726fb2381038c08e4b8050e4c85fd36aeb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:22:01 +0000 Subject: [PATCH] chore(deps): update typescript to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c45f5b39..83a9fda97 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-plugin-cypress": "^3.6.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "vite": "^6.0.0", "vite-plugin-static-copy": "^3.1.2" },