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

fix firehose types

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