📌(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": {

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"
}
}

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",

View File

@@ -14640,7 +14640,7 @@ yargs@17.7.2, yargs@^17.3.1:
y18n "^5.0.5"
yargs-parser "^21.1.1"
yjs@13.6.23, yjs@^13.6.15:
yjs@*, yjs@13.6.23, yjs@^13.6.15:
version "13.6.23"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.23.tgz#62358dfa52e92dc870b8a0bedcf0d4cbd4c5ffa8"
integrity sha512-ExtnT5WIOVpkL56bhLeisG/N5c4fmzKn4k0ROVfJa5TY2QHbH7F0Wu2T5ZhR7ErsFWQEFafyrnSI8TPKVF9Few==