chore(csms, web): update dependencies to use catalog references and rename web package

This commit is contained in:
2026-03-11 09:55:50 +08:00
parent a84393590e
commit 48d9580d36
5 changed files with 18 additions and 1188 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,10 +14,11 @@
"db:push": "drizzle-kit push"
},
"dependencies": {
"@better-auth/passkey": "catalog:",
"@hono/node-server": "^1.19.6",
"@hono/node-ws": "^1.2.0",
"@hono/zod-validator": "^0.7.6",
"better-auth": "^1.3.34",
"better-auth": "catalog:",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"hono": "^4.10.6",

View File

@@ -1,5 +1,5 @@
{
"name": "helios-web",
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -8,11 +8,12 @@
"start": "next start"
},
"dependencies": {
"@better-auth/passkey": "catalog:",
"@heroui/react": "3.0.0-beta.8",
"@heroui/styles": "3.0.0-beta.8",
"@internationalized/date": "^3.12.0",
"@tanstack/react-query": "^5.90.21",
"better-auth": "^1.3.34",
"@tanstack/react-query": "catalog:",
"better-auth": "catalog:",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
@@ -23,6 +24,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"baseline-browser-mapping": "^2.10.0",
"tailwindcss": "^4",
"typescript": "^5"
}