chore: pin all dependency versions for reproducible builds

Remove ^ prefix from all 33 dependencies across root, server, and
frontend package.json files. Lockfile regenerated and verified with
pnpm install --frozen-lockfile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-13 06:21:16 +00:00
co-authored by Claude Opus 4.6
parent e2dc2bbd70
commit 55d0f84251
4 changed files with 670 additions and 286 deletions
+8 -8
View File
@@ -14,13 +14,13 @@
"test:e2e": "playwright test --config e2e/playwright.config.ts"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"concurrently": "^9.1.2",
"eslint": "^10.0.3",
"eslint-plugin-security": "^4.0.0",
"typescript": "^5.7.3",
"vitest": "^3.1.1"
"@playwright/test": "1.58.2",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"concurrently": "9.1.2",
"eslint": "10.0.3",
"eslint-plugin-security": "4.0.0",
"typescript": "5.7.3",
"vitest": "3.1.1"
}
}