chore(deps): update dependency typescript to v6

This commit is contained in:
renovate[bot] 2026-04-01 20:59:16 +00:00 committed by GitHub
parent 0baf4677e7
commit a5a9de6c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -107,7 +107,7 @@
"tinyglobby": "^0.2.15",
"turbo": "^2.8.20",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript": "^6.0.0",
"vite": "^8.0.1",
"vite-bundle-analyzer": "^1.2.3",
"vitest": "^4.1.1",
@ -1952,7 +1952,7 @@
"type-fest": ["type-fest@5.4.4", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw=="],
"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=="],

View file

@ -132,7 +132,7 @@
"tinyglobby": "^0.2.15",
"turbo": "^2.8.20",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript": "^6.0.0",
"vite": "^8.0.1",
"vite-bundle-analyzer": "^1.2.3",
"vitest": "^4.1.1",

View file

@ -32,6 +32,6 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5 || ^6.0.0"
}
}