update deps

This commit is contained in:
2026-09-12 16:13:02 +02:00
parent 8df6b6c7b5
commit f05707e033
3 changed files with 400 additions and 390 deletions
-1
View File
@@ -2,7 +2,6 @@
## Todo ## Todo
- Localize i18n readmes: `README_ES.md`, `README_zh-CN.md` still reference `REDIS` / `/api/v1`-era endpoint names — align to `CACHE` / `/healthz` (also sweep `CONTRIBUTING.md`, `examples/*`, postman collection).
- Add remaining shared tooling to the pnpm catalog (`vite`, `tsdown`). - Add remaining shared tooling to the pnpm catalog (`vite`, `tsdown`).
- Move formatting, linting and type-checking + git hooks onto `vite-plus` (oxlint, oxfmt, vitest). - Move formatting, linting and type-checking + git hooks onto `vite-plus` (oxlint, oxfmt, vitest).
- Re-add CSP (`Content-Security-Policy`) wired into the axum router (was in `csp.rs`, removed as unused). - Re-add CSP (`Content-Security-Policy`) wired into the axum router (was in `csp.rs`, removed as unused).
+6 -6
View File
@@ -24,16 +24,16 @@
"prepublishOnly": "pnpm run build" "prepublishOnly": "pnpm run build"
}, },
"devDependencies": { "devDependencies": {
"@commander-js/extra-typings": "^15.0.0",
"@cryptgeon/shared": "workspace:*", "@cryptgeon/shared": "workspace:*",
"@msgpack/msgpack": "^3.1.3", "@msgpack/msgpack": "^3.1.3",
"@commander-js/extra-typings": "^12.1.0",
"@tsconfig/strictest": "catalog:", "@tsconfig/strictest": "catalog:",
"@types/inquirer": "^9.0.9", "@types/inquirer": "^9.0.10",
"@types/node": "^22.15.3", "@types/node": "^22.20.1",
"commander": "^12.1.0", "commander": "^15.0.0",
"inquirer": "^9.3.8", "inquirer": "^14.2.1",
"mime": "^4.1.0", "mime": "^4.1.0",
"pretty-bytes": "^6.1.1", "pretty-bytes": "^7.1.3",
"typescript": "catalog:", "typescript": "catalog:",
"vite-plus": "catalog:" "vite-plus": "catalog:"
}, },
+394 -383
View File
File diff suppressed because it is too large Load Diff