🐛(frontend) mismatch between yjs dependency
Mismatch between yjs dependency, we set the dependency globally to not have this problem anymore.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
"react-select": "5.8.0",
|
||||
"styled-components": "6.1.11",
|
||||
"y-webrtc": "10.3.0",
|
||||
"yjs": "13.6.15",
|
||||
"yjs": "*",
|
||||
"zustand": "4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"@types/react-dom": "18.3.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"typescript": "5.4.5"
|
||||
"typescript": "5.4.5",
|
||||
"yjs": "13.6.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11748,10 +11748,10 @@ yargs@17.7.2, yargs@^17.3.1:
|
||||
y18n "^5.0.5"
|
||||
yargs-parser "^21.1.1"
|
||||
|
||||
yjs@13.6.15, yjs@^13.6.15:
|
||||
version "13.6.15"
|
||||
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.15.tgz#5a2402632aabf83e5baf56342b4c82fe40859306"
|
||||
integrity sha512-moFv4uNYhp8BFxIk3AkpoAnnjts7gwdpiG8RtyFiKbMtxKCS0zVZ5wPaaGpwC3V2N/K8TK8MwtSI3+WO9CHWjQ==
|
||||
yjs@*, yjs@13.6.16, yjs@^13.6.15:
|
||||
version "13.6.16"
|
||||
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.16.tgz#4ac8a1393495af390dcfa0631e3d24cfc50fc9a3"
|
||||
integrity sha512-uEq+n/dFIecBElEdeQea8nDnltScBfuhCSyAxDw4CosveP9Ag0eW6iZi2mdpW7EgxSFT7VXK2MJl3tKaLTmhAQ==
|
||||
dependencies:
|
||||
lib0 "^0.2.86"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user