From cff5b20f0ffb5fd31edd432049aacae055394002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 17 May 2026 23:17:18 +0200 Subject: [PATCH] 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 --- pnpm-workspace.yaml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6315309..0e8a441 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,23 +4,22 @@ packages: - "scripts" catalog: - react: ^19.2.5 - react-dom: ^19.2.6 - react-router: ^7.15.1 "@react-router/dev": ^7.15.1 "@react-router/node": ^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/react": ^10.53.1 - postgres: ^3.4.9 + "@tailwindcss/vite": ^4.3.0 "@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