diff --git a/bun.lock b/bun.lock index 0989f89..8fc6766 100644 --- a/bun.lock +++ b/bun.lock @@ -23,7 +23,7 @@ "@types/react": "19.2.14", "pagefind": "^1.4.0", "tailwindcss": "^4.2.1", - "typescript": "5.9.3", + "typescript": "6.0.2", }, }, }, @@ -1094,7 +1094,7 @@ "twoslash-protocol": ["twoslash-protocol@0.3.6", "", {}, "sha512-FHGsJ9Q+EsNr5bEbgG3hnbkvEBdW5STgPU824AHUjB4kw0Dn4p8tABT7Ncg1Ie6V0+mDg3Qpy41VafZXcQhWMA=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "ufo": ["ufo@1.6.3", "", {}, "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q=="], diff --git a/package.json b/package.json index e5c5906..369663b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "@types/react": "19.2.14", "pagefind": "^1.4.0", "tailwindcss": "^4.2.1", - "typescript": "5.9.3" + "typescript": "6.0.2" } }