📌(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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user