Upgrade TypeScript to 6.0.3 across the entire monorepo

Replaces the i18next peer dep override workaround with a proper single
TypeScript version in the workspace catalog. All 15 packages typecheck
cleanly with TypeScript 6.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-25 22:34:23 +02:00
parent 7cf554f85a
commit fb5bdff579
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
3 changed files with 144 additions and 416 deletions

View file

@ -21,5 +21,5 @@ catalog:
react-dom: ^19.2.6
react-router: ^7.15.1
tailwindcss: ^4.3.0
typescript: ^5.8.3
typescript: ~6.0.3
vite: ^8.0.13