Root package.json had hardcoded versions for react, react-dom, @types/react, @types/react-dom, tailwindcss, @tailwindcss/vite, drizzle-orm, drizzle-kit, and drizzle-postgis that drifted from catalog entries. Switched them all to catalog: and bumped catalog versions to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
445 B
YAML
21 lines
445 B
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
|
|
catalog:
|
|
react: ^19.2.4
|
|
react-dom: ^19.2.4
|
|
react-router: ^7.14.0
|
|
"@react-router/dev": ^7.14.0
|
|
"@react-router/node": ^7.14.0
|
|
"@react-router/serve": ^7.14.0
|
|
"@types/react": ^19.2.14
|
|
"@types/react-dom": ^19.2.3
|
|
tailwindcss: ^4.2.2
|
|
"@tailwindcss/vite": ^4.2.2
|
|
typescript: ^5.8.3
|
|
vite: ^8.0.8
|
|
drizzle-orm: ^0.45.2
|
|
drizzle-kit: ^0.31.10
|
|
drizzle-postgis: ^1.1.1
|
|
postgres: ^3.4.9
|