the statusphere demo reworked into a vite/react app in a monorepo

fix firehose types

+11
+1
packages/appview/package.json
··· 39 39 "@types/cors": "^2.8.17", 40 40 "@types/express": "^5.0.0", 41 41 "@types/node": "^22.13.8", 42 + "@types/ws": "^8.5.14", 42 43 "pino-pretty": "^13.0.0", 43 44 "ts-node": "^10.9.2", 44 45 "tsup": "^8.4.0",
+10
pnpm-lock.yaml
··· 99 99 '@types/node': 100 100 specifier: ^22.13.8 101 101 version: 22.13.8 102 + '@types/ws': 103 + specifier: ^8.5.14 104 + version: 8.5.14 102 105 pino-pretty: 103 106 specifier: ^13.0.0 104 107 version: 13.0.0 ··· 1005 1008 1006 1009 '@types/serve-static@1.15.7': 1007 1010 resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} 1011 + 1012 + '@types/ws@8.5.14': 1013 + resolution: {integrity: sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==} 1008 1014 1009 1015 '@typescript-eslint/eslint-plugin@8.25.0': 1010 1016 resolution: {integrity: sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==} ··· 3621 3627 '@types/http-errors': 2.0.4 3622 3628 '@types/node': 22.13.8 3623 3629 '@types/send': 0.17.4 3630 + 3631 + '@types/ws@8.5.14': 3632 + dependencies: 3633 + '@types/node': 22.13.8 3624 3634 3625 3635 '@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.8.2))(eslint@9.21.0(jiti@2.4.2))(typescript@5.8.2)': 3626 3636 dependencies: