The console sat on @hanzo/gui 7.3.0 / @hanzogui/shell 7.6.3 while the gui line shipped 8.0.0, so every shell fix landed on main and stopped there: cloud.hanzo.ai and console.hanzo.ai kept serving a header from a package that could not move. What actually pinned it was a phantom peer. Every published @hanzogui/shell declared `@hanzo/iam@^0.13.1` — a package it never imported — and for a 0.x range the caret pins the minor, so once IAM reached 0.21.2 the range was unsatisfiable and the 8.x line was uninstallable. Fixed at the source and released as @hanzogui/shell@8.0.1 with zero dependencies. typescript goes ^7.0.2 -> ^5.8.2 in the same commit because it has to: Next 15 does not support TS 7, and on 7.0.2 `next dev` fails to a bare "Cannot read properties of undefined (reading 'endsWith')" after silently installing a 5.x behind your back. Same fix hanzo.ai just made. Verified on the real 8.x tree at 1440x900 and 390x844: Products opens as FIVE columns with all ten categories visible and nothing clipped (it was four columns with WEB3 + APPS below the fold), one "Sign in" pointing at /signin, one h1, the hero primary a white 999px pill, and Terms inside the viewport with no underline and no horizontal overflow.
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "@hanzo/console",
|
|
"version": "8.5.34",
|
|
"packageManager": "pnpm@11.17.0",
|
|
"private": true,
|
|
"license": "BSD-3-Clause",
|
|
"author": "Hanzo AI <dev@hanzo.ai>",
|
|
"description": "Hanzo Cloud Console — unified admin console for Hanzo Cloud and all cloud products.",
|
|
"scripts": {
|
|
"dev": "next dev -p 4000",
|
|
"build": "next build",
|
|
"build:embed": "node scripts/build-embed.mjs",
|
|
"start": "next start -p 4000",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"e2e": "playwright test",
|
|
"e2e:headed": "playwright test --headed",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@hanzo/brand": "^1.4.0",
|
|
"@hanzo/canvas": "^0.1.0",
|
|
"@hanzo/dash": "0.3.0",
|
|
"@hanzo/data": "^1.2.0",
|
|
"@hanzo/event": "^0.3.4",
|
|
"@hanzo/finance-ui": "0.1.1",
|
|
"@hanzo/gui": "8.0.0",
|
|
"@hanzo/iam": "^0.21.2",
|
|
"@hanzo/logo": "^1.0.13",
|
|
"@hanzo/ui": "^8.0.20",
|
|
"@hanzo/usage": "^0.1.6",
|
|
"@hanzogui/config": "8.0.0",
|
|
"@hanzogui/core": "8.0.0",
|
|
"@hanzogui/lucide-icons-2": "8.0.0",
|
|
"@hanzogui/next-theme": "8.0.0",
|
|
"@hanzogui/shell": "^8.0.0",
|
|
"@lexical/html": "0.46.0",
|
|
"@lexical/link": "0.46.0",
|
|
"@lexical/list": "0.46.0",
|
|
"@lexical/react": "0.46.0",
|
|
"@lexical/rich-text": "0.46.0",
|
|
"@lexical/selection": "0.46.0",
|
|
"@lexical/utils": "0.46.0",
|
|
"@luxfi/logo": "^1.0.1",
|
|
"@xyflow/react": "12.11.1",
|
|
"@zap-proto/web": "1.0.0",
|
|
"@zap-proto/zap": "1.6.0",
|
|
"@zooai/logo": "^1.0.2",
|
|
"axe-core": "4.12.1",
|
|
"ethers": "6.17.0",
|
|
"lexical": "0.46.0",
|
|
"next": "15.5.19",
|
|
"qrcode.react": "4.2.0",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"react-native-web": "0.21.2",
|
|
"superjson": "2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.61.1",
|
|
"@types/node": "22.20.0",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"patch-package": "^8.0.0",
|
|
"react-native": "0.83.9",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "3.2.4"
|
|
}
|
|
}
|