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>
20 lines
552 B
JSON
20 lines
552 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/alby",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@getalby/lightning-tools": "5.1.2",
|
|
"@getalby/sdk": "4.0.0",
|
|
"@webbtc/webln-types": "3.0.0",
|
|
"react-qr-code": "2.0.18",
|
|
"svix": "0.85.1"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
},
|
|
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your Cal.com meetings.\r"
|
|
}
|