Skip to content

Commit 6ca204e

Browse files
committed
refactor: Migrate player state management to a new Zustand store for improved performance and maintainability.
1 parent 7dc78c8 commit 6ca204e

20 files changed

Lines changed: 950 additions & 700 deletions

client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"input-otp": "^1.4.1",
4545
"lodash": "^4.17.21",
4646
"lucide-react": "^0.427.0",
47-
"react": "^19.0.0",
48-
"react-dom": "^19.0.0",
47+
"react": "^19.2.3",
48+
"react-dom": "^19.2.3",
4949
"react-hook-form": "^7.53.1",
5050
"react-image-crop": "^11.0.7",
5151
"react-infinite-scroll-component": "^6.1.0",
@@ -64,8 +64,8 @@
6464
"zustand": "^5.0.3"
6565
},
6666
"devDependencies": {
67-
"@types/react": "^19.0.0",
68-
"@types/react-dom": "^19.0.0",
67+
"@types/react": "^19.2.3",
68+
"@types/react-dom": "^19.2.3",
6969
"@vitejs/plugin-react": "^4.3.3",
7070
"autoprefixer": "^10.4.20",
7171
"babel-plugin-react-compiler": "^1.0.0",

0 commit comments

Comments
 (0)