Fixed database dependencies.

This commit is contained in:
Adrian Astles
2025-07-05 16:32:04 +08:00
parent f31717145f
commit 1559a2a943
2 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
"build:cli": "node esbuild.mjs -e cli/index.ts -o dist/cli.mjs"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.3.2",
"@asteasolutions/zod-to-openapi": "^7.3.4",
"@hookform/resolvers": "3.9.1",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "1.0.1",
@@ -81,7 +81,7 @@
"jmespath": "^0.16.0",
"js-yaml": "4.1.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "0.511.0",
"lucide-react": "^0.525.0",
"moment": "2.30.1",
"next": "15.3.3",
"next-intl": "^4.1.0",