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

@@ -46,7 +46,7 @@
"styled-components": "6.1.15",
"use-debounce": "10.0.4",
"y-protocols": "1.0.6",
"yjs": "13.6.23",
"yjs": "*",
"zustand": "5.0.3"
},
"devDependencies": {