chore: upgrade pnpm version to 10.22.0 across all Dockerfiles and package.json files

- Updated pnpm version from 9.12.0 to 10.22.0 in Dockerfiles for base, cloud, schedule, and server.
- Adjusted package.json files in multiple applications to reflect the new pnpm version.
- Updated dependencies for better-auth and related packages to version 1.4.18.
This commit is contained in:
Mauricio Siu
2026-02-18 11:47:41 -06:00
parent a83a742bf3
commit 9df4398c8f
11 changed files with 86 additions and 884 deletions

View File

@@ -29,9 +29,9 @@
"tsx": "^4.16.2",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@10.22.0",
"engines": {
"node": "^24.4.0",
"pnpm": ">=9.12.0"
"pnpm": ">=10.22.0"
}
}