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>
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "@calcom/eslint-plugin-eslint",
|
|
"sideEffects": false,
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "5.52.0",
|
|
"@typescript-eslint/utils": "5.52.0",
|
|
"ts-node-maintained": "10.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "8.4.5",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|