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>
16 lines
640 B
JSON
16 lines
640 B
JSON
{
|
||
"$schema": "https://json.schemastore.org/package.json",
|
||
"private": true,
|
||
"name": "@calcom/applecalendar",
|
||
"version": "0.0.0",
|
||
"main": "./index.ts",
|
||
"description": "Apple calendar runs both the macOS and iOS mobile operating systems. Offering online cloud backup of calendars using Apple’s iCloud service, it can sync with Google Calendar and Microsoft Exchange Server. Users can schedule events in their day that include time, location, duration, and extra notes.",
|
||
"dependencies": {
|
||
"@calcom/prisma": "workspace:*",
|
||
"react-hook-form": "7.43.3"
|
||
},
|
||
"devDependencies": {
|
||
"@calcom/types": "workspace:*"
|
||
}
|
||
}
|