🐛(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

@@ -33,7 +33,7 @@
"react-select": "5.8.0",
"styled-components": "6.1.11",
"y-webrtc": "10.3.0",
"yjs": "13.6.15",
"yjs": "*",
"zustand": "4.5.2"
},
"devDependencies": {