Fix catalog key ordering in pnpm-workspace.yaml after pnpm install

pnpm reordered catalog keys alphabetically; also locks vite to ^8.0.13.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-17 23:17:18 +02:00
parent c3c0ffeeab
commit cff5b20f0f
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -4,23 +4,22 @@ packages:
- "scripts" - "scripts"
catalog: catalog:
react: ^19.2.5
react-dom: ^19.2.6
react-router: ^7.15.1
"@react-router/dev": ^7.15.1 "@react-router/dev": ^7.15.1
"@react-router/node": ^7.15.1 "@react-router/node": ^7.15.1
"@react-router/serve": ^7.15.1 "@react-router/serve": ^7.15.1
"@types/react": ^19.2.14
"@types/react-dom": ^19.2.3
tailwindcss: ^4.3.0
"@tailwindcss/vite": ^4.3.0
typescript: ^5.8.3
vite: ^8.0.10
drizzle-orm: ^0.45.2
drizzle-kit: ^0.31.10
drizzle-postgis: ^1.1.1
"@sentry/node": ^10.53.1 "@sentry/node": ^10.53.1
"@sentry/react": ^10.53.1 "@sentry/react": ^10.53.1
postgres: ^3.4.9 "@tailwindcss/vite": ^4.3.0
"@types/node": ^22.19.19 "@types/node": ^22.19.19
"@types/react": ^19.2.14
"@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: ^5.8.3
vite: ^8.0.13