📌(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:
@@ -46,7 +46,7 @@
|
|||||||
"styled-components": "6.1.15",
|
"styled-components": "6.1.15",
|
||||||
"use-debounce": "10.0.4",
|
"use-debounce": "10.0.4",
|
||||||
"y-protocols": "1.0.6",
|
"y-protocols": "1.0.6",
|
||||||
"yjs": "13.6.23",
|
"yjs": "*",
|
||||||
"zustand": "5.0.3"
|
"zustand": "5.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"typescript": "5.8.2"
|
"typescript": "5.8.2",
|
||||||
|
"yjs": "13.6.23"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"express": "4.21.2",
|
"express": "4.21.2",
|
||||||
"express-ws": "5.0.2",
|
"express-ws": "5.0.2",
|
||||||
"y-protocols": "1.0.6",
|
"y-protocols": "1.0.6",
|
||||||
"yjs": "13.6.23"
|
"yjs": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@hocuspocus/provider": "2.15.2",
|
"@hocuspocus/provider": "2.15.2",
|
||||||
|
|||||||
@@ -14640,7 +14640,7 @@ 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.23, yjs@^13.6.15:
|
yjs@*, yjs@13.6.23, yjs@^13.6.15:
|
||||||
version "13.6.23"
|
version "13.6.23"
|
||||||
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.23.tgz#62358dfa52e92dc870b8a0bedcf0d4cbd4c5ffa8"
|
resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.23.tgz#62358dfa52e92dc870b8a0bedcf0d4cbd4c5ffa8"
|
||||||
integrity sha512-ExtnT5WIOVpkL56bhLeisG/N5c4fmzKn4k0ROVfJa5TY2QHbH7F0Wu2T5ZhR7ErsFWQEFafyrnSI8TPKVF9Few==
|
integrity sha512-ExtnT5WIOVpkL56bhLeisG/N5c4fmzKn4k0ROVfJa5TY2QHbH7F0Wu2T5ZhR7ErsFWQEFafyrnSI8TPKVF9Few==
|
||||||
|
|||||||
Reference in New Issue
Block a user