From 92c233e131005e7fdd6f25ce0bbdce664b5002f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:16:33 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11e9ac6a..4c1fc43c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prettier-plugin-go-template": "^0.0.15", "stylelint": "^17.0.0", "stylelint-config-standard-scss": "^17.0.0", - "typescript": "^5.0.0" + "typescript": "^6.0.0" }, "scripts": { "lint": "npm run eslint && npm run stylelint",