We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00a14b commit 394269bCopy full SHA for 394269b
1 file changed
plugins/draw/ui/package.json
@@ -10,13 +10,13 @@
10
},
11
"dependencies": {
12
"@excalidraw/excalidraw": "0.17.6",
13
- "react": "^18.2.0",
14
- "react-dom": "^18.2.0",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
15
"socket.io-client": "^4.8.0"
16
17
"devDependencies": {
18
- "@types/react": "^18.2.0",
19
- "@types/react-dom": "^18.2.0",
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
20
"@vitejs/plugin-react": "^6.0.0",
21
"typescript": "^6.0.0",
22
"vite": "^8.0.5"
0 commit comments