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>
34 lines
928 B
JSON
34 lines
928 B
JSON
{
|
|
"name": "@calcom/config",
|
|
"sideEffects": false,
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"eslint-preset.js",
|
|
"prettier-preset.js"
|
|
],
|
|
"dependencies": {
|
|
"@calcom/eslint-plugin-eslint": "workspace:*",
|
|
"@todesktop/tailwind-variants": "1.0.1",
|
|
"tailwind-scrollbar": "4.0.2",
|
|
"tailwindcss-radix": "4.0.2",
|
|
"tw-animate-css": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "0.5.4",
|
|
"@trivago/prettier-plugin-sort-imports": "4.1.1",
|
|
"@typescript-eslint/eslint-plugin": "5.52.0",
|
|
"@typescript-eslint/parser": "5.52.0",
|
|
"eslint-config-next": "13.5.11",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-config-turbo": "0.0.7",
|
|
"eslint-plugin-playwright": "0.12.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"prettier": "2.8.7",
|
|
"prettier-plugin-tailwindcss": "0.2.5",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|