📌(frontend) pin yjs globally

We had a warning about yjs multiple versions
between dependencies. We pinned yjs globally
to avoid this warning and potential side effects.
This commit is contained in:
Anthony LC
2025-03-04 16:02:00 +01:00
committed by Anthony LC
parent 24d126f410
commit 1c6d18fdf3
4 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
"express": "4.21.2",
"express-ws": "5.0.2",
"y-protocols": "1.0.6",
"yjs": "13.6.23"
"yjs": "*"
},
"devDependencies": {
"@hocuspocus/provider": "2.15.2",