🐛(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:
Anthony LC
2024-06-12 13:21:34 +02:00
committed by Anthony LC
parent 9f6dac53d4
commit 14a91a5698
3 changed files with 7 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
"react-select": "5.8.0", "react-select": "5.8.0",
"styled-components": "6.1.11", "styled-components": "6.1.11",
"y-webrtc": "10.3.0", "y-webrtc": "10.3.0",
"yjs": "13.6.15", "yjs": "*",
"zustand": "4.5.2" "zustand": "4.5.2"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -28,6 +28,7 @@
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"typescript": "5.4.5" "typescript": "5.4.5",
"yjs": "13.6.16"
} }
} }

View File

@@ -11748,10 +11748,10 @@ yargs@17.7.2, yargs@^17.3.1:
y18n "^5.0.5" y18n "^5.0.5"
yargs-parser "^21.1.1" yargs-parser "^21.1.1"
yjs@13.6.15, yjs@^13.6.15: yjs@*, yjs@13.6.16, yjs@^13.6.15:
version "13.6.15" version "13.6.16"
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.15.tgz#5a2402632aabf83e5baf56342b4c82fe40859306" resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.16.tgz#4ac8a1393495af390dcfa0631e3d24cfc50fc9a3"
integrity sha512-moFv4uNYhp8BFxIk3AkpoAnnjts7gwdpiG8RtyFiKbMtxKCS0zVZ5wPaaGpwC3V2N/K8TK8MwtSI3+WO9CHWjQ== integrity sha512-uEq+n/dFIecBElEdeQea8nDnltScBfuhCSyAxDw4CosveP9Ag0eW6iZi2mdpW7EgxSFT7VXK2MJl3tKaLTmhAQ==
dependencies: dependencies:
lib0 "^0.2.86" lib0 "^0.2.86"