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>
31 lines
933 B
JSON
31 lines
933 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"license": "AGPLv3 (see LICENSE file)",
|
|
"name": "@calcom/stripepayment",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "A Saas company a payment processing software, and application programming interfaces for e-commerce websites and mobile applications.",
|
|
"scripts": {
|
|
"downgrade": "ts-node ./downgrade.ts"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/app-store": "workspace:*",
|
|
"@calcom/dayjs": "workspace:*",
|
|
"@calcom/emails": "workspace:*",
|
|
"@calcom/features": "workspace:*",
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*",
|
|
"@calcom/types": "workspace:*",
|
|
"@stripe/react-stripe-js": "1.10.0",
|
|
"@stripe/stripe-js": "1.35.0",
|
|
"stripe": "9.16.0",
|
|
"uuid": "8.3.2",
|
|
"zod": "3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*",
|
|
"ts-node": "10.9.2"
|
|
}
|
|
}
|