trails/pnpm-workspace.yaml
Ullrich Schäfer 3f7499ff06 Fix i18n: move init to root.tsx and downgrade to stable versions
Move initI18n() from entry.client.tsx to root.tsx in both Planner and
Journal so i18n is initialized before any component renders. Downgrade
react-i18next to 16.6.1 and i18next to 25.10.4 to avoid hydration
mismatch issues introduced in newer versions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 23:18:15 +00:00

24 lines
473 B
YAML

packages:
- "apps/*"
- "packages/*"
catalog:
react: ^19.1.0
react-dom: ^19.1.0
react-router: ^7.6.1
"@react-router/dev": ^7.6.1
"@react-router/node": ^7.6.1
"@react-router/serve": ^7.6.1
"@types/react": ^19.1.4
"@types/react-dom": ^19.1.5
tailwindcss: ^4.1.7
"@tailwindcss/vite": ^4.1.7
typescript: ^5.8.3
vite: ^6.0.0
drizzle-orm: ^0.44.0
drizzle-kit: ^0.31.0
drizzle-postgis: ^1.1.0
postgres: ^3.4.0
overrides:
esbuild: ">=0.25.0"