From 6456de44ac856562680c2ef38dbed2a5cbcb2b71 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 8 Sep 2024 22:50:33 +0200 Subject: [PATCH] Updated yarn Signed-off-by: Taken --- .yarnrc.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 8b757b2..3186f3f 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1 +1 @@ -nodeLinker: node-modules \ No newline at end of file +nodeLinker: node-modules diff --git a/package.json b/package.json index 651ec8c..678d760 100644 --- a/package.json +++ b/package.json @@ -66,5 +66,5 @@ "tsx": "^4.19.0", "typescript": "^5.5.4" }, - "packageManager": "yarn@4.4.0" + "packageManager": "yarn@4.4.1" }