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:
parent
c3c0ffeeab
commit
cff5b20f0f
1 changed files with 13 additions and 14 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue