44586c7dec
This commit pins all dependency versions in package.json files to exact versions matching the yarn.lock file, removing ^ and ~ prefixes. Changes: - Locked 427 dependencies across 47 package.json files - Versions now match exactly what is resolved in yarn.lock - Ensures reproducible builds and prevents unexpected version drift This change improves build reproducibility by ensuring that the versions specified in package.json files match exactly what yarn.lock resolves to. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"name": "@calcom/feature-auth",
|
|
"sideEffects": false,
|
|
"private": true,
|
|
"description": "Cal.com's main auth code",
|
|
"authors": "Cal.com, Inc.",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@calcom/dayjs": "workspace:*",
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*",
|
|
"@calcom/trpc": "workspace:*",
|
|
"@calcom/ui": "workspace:*",
|
|
"bcryptjs": "2.4.3",
|
|
"dub": "0.59.1",
|
|
"handlebars": "4.7.7",
|
|
"jose": "4.13.1",
|
|
"lru-cache": "9.0.3",
|
|
"next-auth": "4.24.13",
|
|
"nodemailer": "7.0.12",
|
|
"otplib": "12.0.1"
|
|
}
|
|
}
|