🐛(frontend) mismatch between yjs dependency

Mismatch between yjs dependency, we set the
dependency globally to not have this problem
anymore.
This commit is contained in:
Anthony LC
2024-06-12 13:21:34 +02:00
committed by Anthony LC
parent 9f6dac53d4
commit 14a91a5698
3 changed files with 7 additions and 6 deletions

View File

@@ -28,6 +28,7 @@
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5"
"typescript": "5.4.5",
"yjs": "13.6.16"
}
}