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

@@ -40,6 +40,7 @@
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.8.2"
"typescript": "5.8.2",
"yjs": "13.6.23"
}
}