mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Add explicit yjs dependency
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
a3ee6fde8d
commit
f45ac44ae0
2 changed files with 4 additions and 2 deletions
|
@ -119,7 +119,8 @@
|
||||||
"vega-lite": "5.2.0",
|
"vega-lite": "5.2.0",
|
||||||
"words-count": "2.0.2",
|
"words-count": "2.0.2",
|
||||||
"y-codemirror.next": "0.3.0",
|
"y-codemirror.next": "0.3.0",
|
||||||
"y-protocols": "1.0.5"
|
"y-protocols": "1.0.5",
|
||||||
|
"yjs": "13.5.39"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next/bundle-analyzer": "12.2.0",
|
"@next/bundle-analyzer": "12.2.0",
|
||||||
|
|
|
@ -2099,6 +2099,7 @@ __metadata:
|
||||||
words-count: 2.0.2
|
words-count: 2.0.2
|
||||||
y-codemirror.next: 0.3.0
|
y-codemirror.next: 0.3.0
|
||||||
y-protocols: 1.0.5
|
y-protocols: 1.0.5
|
||||||
|
yjs: 13.5.39
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
@ -21188,7 +21189,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"yjs@npm:^13.0.0":
|
"yjs@npm:13.5.39, yjs@npm:^13.0.0":
|
||||||
version: 13.5.39
|
version: 13.5.39
|
||||||
resolution: "yjs@npm:13.5.39"
|
resolution: "yjs@npm:13.5.39"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue