From acf05372e98b3915438fb388a33ab183b823a789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 06:04:19 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index c6906ba..9f78fc7 100644 --- a/bun.lock +++ b/bun.lock @@ -25,7 +25,7 @@ "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "pagefind": "1.5.2", - "typescript": "5.9.3", + "typescript": "6.0.3", }, }, }, @@ -940,7 +940,7 @@ "tslib": ["tslib@2.8.1", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "ufo": ["ufo@1.6.3", "", {}, "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q=="], diff --git a/package.json b/package.json index 5ec3703..5715a3b 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "pagefind": "1.5.2", - "typescript": "5.9.3" + "typescript": "6.0.3" } }