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
+16 -16
View File
@@ -8,23 +8,23 @@
"preview": "vite preview"
},
"dependencies": {
"kaplay": "^3001.0.19",
"kokoro-js": "^1.2.1",
"nostr-tools": "^2.23.3",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
"kaplay": "3001.0.19",
"kokoro-js": "1.2.1",
"nostr-tools": "2.23.3",
"vue": "3.5.13",
"vue-router": "4.5.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/test-utils": "^2.4.6",
"fake-indexeddb": "^6.2.5",
"jsdom": "^28.1.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.7.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^2.2.8"
"@tailwindcss/vite": "4.2.1",
"@testing-library/vue": "8.1.0",
"@vitejs/plugin-vue": "5.2.3",
"@vue/test-utils": "2.4.6",
"fake-indexeddb": "6.2.5",
"jsdom": "28.1.0",
"tailwindcss": "4.2.1",
"typescript": "5.7.3",
"vite": "7.3.1",
"vite-plugin-pwa": "1.2.0",
"vue-tsc": "2.2.8"
}
}