Syncpack: introducing syncpack to fix versions of packages; packages fixed with Syncpack.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user