From 8bbf73cbc97fce31013fe8a4b748babbd0c05e7b Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 22 Oct 2022 16:41:14 +0200 Subject: [PATCH] fix(deps): Add resolution for yjs Signed-off-by: Tilman Vatteroth --- package.json | 5 ++++- yarn.lock | 9 --------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ef49eb03c..f3a995817 100644 --- a/package.json +++ b/package.json @@ -141,5 +141,8 @@ "github-actions" ] }, - "packageManager": "yarn@3.2.4" + "packageManager": "yarn@3.2.4", + "resolutions": { + "yjs": "13.5.42" + } } diff --git a/yarn.lock b/yarn.lock index 648cd68d2..d9b48c03a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10527,15 +10527,6 @@ __metadata: languageName: node linkType: hard -"yjs@npm:^13.0.0": - version: 13.5.41 - resolution: "yjs@npm:13.5.41" - dependencies: - lib0: ^0.2.49 - checksum: a1ed0690b5286d0fae71672a968b5c4325d10494f316ea099ebd9a2a4b890d7b2851dabd96432fea676243bf835118b7f307a8fe3519d5314977361af987f8d1 - languageName: node - linkType: hard - "yn@npm:3.1.1": version: 3.1.1 resolution: "yn@npm:3.1.1"