diff --git a/bun.lock b/bun.lock index 0871015f..20d9742d 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "devDependencies": { "better-dx": "^0.2.7", "consola": "^3.4.2", - "typescript": "^5.9.3", + "typescript": "^6.0.2", }, }, "packages/bun-plugin": { @@ -29,7 +29,7 @@ }, "devDependencies": { "bunfig": "^0.15.6", - "typescript": "^5.9.3", + "typescript": "^6.0.2", }, }, "packages/vite-plugin": { @@ -406,7 +406,7 @@ "ts-web-scraper": ["ts-web-scraper@0.1.1", "", { "bin": { "scraper": "dist/bin/cli.js" } }, "sha512-js+gSRe95yDD9U3+GmjvIKBYLAN9WoZKV84x7HcSI7dqdWEIoZSeSGR/Jbr8f5hCeV9FD70KdTPIS2LQwviQXQ=="], - "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=="], "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], diff --git a/package.json b/package.json index c265a3c4..8e3e5364 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "better-dx": "^0.2.7", "consola": "^3.4.2", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "git-hooks": { "pre-commit": { diff --git a/packages/tlsx/package.json b/packages/tlsx/package.json index 80f7eb93..b002fb2a 100644 --- a/packages/tlsx/package.json +++ b/packages/tlsx/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "bunfig": "^0.15.6", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "simple-git-hooks": { "pre-commit": "bun lint-staged"