Syncpack: introducing syncpack to fix versions of packages; packages fixed with Syncpack.

This commit is contained in:
gbuomprisco
2024-10-26 12:18:24 +08:00
parent 93b0f3d450
commit 8e9d6659e1
31 changed files with 222 additions and 210 deletions

View File

@@ -22,6 +22,8 @@
"typecheck": "turbo typecheck --cache-dir=.turbo",
"test": "turbo test --cache-dir=.turbo",
"update": "pnpm update -r",
"syncpack:list": "pnpm dlx syncpack list-mismatches",
"syncpack:fix": "pnpm dlx syncpack fix-mismatches",
"supabase:web:start": "pnpm --filter web supabase:start",
"supabase:web:stop": "pnpm --filter web supabase:stop",
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
@@ -40,7 +42,7 @@
"turbo": "2.2.3",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.12.0",
"pnpm": {
"overrides": {
"react-is": "rc",