Files
calendar/packages/lib/package.json
T
Volnei MunhozGitHubDevin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
44586c7dec chore: lock all package versions to match yarn.lock (#26204)
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>
2025-12-26 11:54:30 -03:00

40 lines
1.0 KiB
JSON

{
"name": "@calcom/lib",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
},
"dependencies": {
"@calcom/config": "workspace:*",
"@calcom/dayjs": "workspace:*",
"@formbricks/api": "1.7.0",
"@formbricks/js": "2.1.0",
"@sendgrid/client": "7.7.0",
"@unkey/ratelimit": "2.1.3",
"@vercel/og": "0.6.3",
"city-timezones": "1.2.1",
"i18next": "23.2.3",
"ical.js": "1.5.0",
"ics": "2.37.0",
"jimp": "0.16.1",
"lingo.dev": "0.117.14",
"rrule": "2.7.1",
"sharp": "0.33.5",
"tsdav": "2.0.3",
"tslog": "4.9.2",
"uuid": "8.3.2"
},
"devDependencies": {
"@calcom/eslint-config": "workspace:*",
"@calcom/tsconfig": "workspace:*",
"@calcom/types": "workspace:*",
"@faker-js/faker": "7.6.0",
"typescript": "5.9.2"
}
}