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>
23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"name": "@calcom/ee",
|
|
"description": "Cal.com Commercial License features",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "See license in LICENSE",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/ui": "workspace:*",
|
|
"@hookform/error-message": "2.0.0",
|
|
"@hookform/resolvers": "2.9.7",
|
|
"@sendgrid/client": "7.7.0",
|
|
"@sendgrid/mail": "7.7.0",
|
|
"libphonenumber-js": "^1.11.18",
|
|
"twilio": "3.84.1",
|
|
"zod": "3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/tsconfig": "workspace:*"
|
|
}
|
|
}
|