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>
25 lines
542 B
YAML
25 lines
542 B
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
- "scripts"
|
|
|
|
catalog:
|
|
"@react-router/dev": ^7.15.1
|
|
"@react-router/node": ^7.15.1
|
|
"@react-router/serve": ^7.15.1
|
|
"@sentry/node": ^10.53.1
|
|
"@sentry/react": ^10.53.1
|
|
"@tailwindcss/vite": ^4.3.0
|
|
"@types/node": ^22.19.19
|
|
"@types/react": ^19.2.15
|
|
"@types/react-dom": ^19.2.3
|
|
drizzle-kit: ^0.31.10
|
|
drizzle-orm: ^0.45.2
|
|
drizzle-postgis: ^1.1.1
|
|
postgres: ^3.4.9
|
|
react: ^19.2.5
|
|
react-dom: ^19.2.6
|
|
react-router: ^7.15.1
|
|
tailwindcss: ^4.3.0
|
|
typescript: ~6.0.3
|
|
vite: ^8.0.13
|