All checks were successful
agent + server Cargo.toml hardcoded 0.2.0 (below the workspace.package 0.2.2 and the last release tag v0.2.2); dashboard was on a divergent 2.0.0 scheme. Align all component manifests + the dashboard lockfile to the v0.2.2 baseline so the next release bumps them coherently to 0.3.0 rather than decreasing the dashboard. No code change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
38 lines
1008 B
JSON
38 lines
1008 B
JSON
{
|
|
"name": "@guruconnect/dashboard",
|
|
"version": "0.2.2",
|
|
"description": "GuruConnect v2 operator dashboard",
|
|
"author": "AZ Computer Guru",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/hanken-grotesk": "^5.0.8",
|
|
"@fontsource/jetbrains-mono": "^5.0.18",
|
|
"@tanstack/react-query": "^5.59.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.11.1",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"eslint": "^9.11.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
"globals": "^15.9.0",
|
|
"typescript": "^5.6.2",
|
|
"typescript-eslint": "^8.7.0",
|
|
"vite": "^5.4.8"
|
|
}
|
|
}
|