⬆️(frontend) upgrade react to 18.3.1

A recent upgrade of next.js fixed the compatibility
issue with react 18.3.1.
This commit is contained in:
Anthony LC
2024-06-27 12:23:40 +02:00
committed by Anthony LC
parent 9fdf87b100
commit b436a418ff
3 changed files with 13 additions and 15 deletions

View File

@@ -27,8 +27,8 @@
"@types/node": "20.14.9",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.2",
"yjs": "13.6.18"
}