From aaa381c185f861cafc0c9254bd0e288f16036426 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Thu, 23 Jul 2026 09:09:47 +0200 Subject: [PATCH] chore: return to typescript v6.x --- .github/dependabot.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 66dcf98..cdfa574 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,6 +34,7 @@ updates: - dependency-name: "eslint" - dependency-name: "neostandard" - dependency-name: "@stylistic/*" + - dependency-name: "typescript" open-pull-requests-limit: 10 groups: # Production dependencies with breaking changes diff --git a/package.json b/package.json index e5d1302..3493537 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "fastify": "^5.0.0", "neostandard": "^0.13.0", "tstyche": "^7.1.0", - "typescript": "~7.0.2" + "typescript": "~6.0.2" }, "dependencies": { "fastify-plugin": "^6.0.0",