chore: add socket io pkg to the passenger client

This commit is contained in:
Nathnael
2026-07-07 14:07:50 +00:00
parent 105605f904
commit db21f691c7
3 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.0",
"socket.io-client": "^4.8.3",
"zustand": "^5.0.0"
},
"devDependencies": {

View File

@@ -28,6 +28,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.0",
"socket.io-client": "^4.8.3",
"zod": "^3.22.4",
"zustand": "^5.0.0"
},