From e0b009c538f401db0005a72cada30080552e8d79 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 31 Jul 2024 16:26:37 +0200 Subject: [PATCH] :arrow_up: Update yarn version to 4.3.1 --- backend/package.json | 2 +- common/package.json | 2 +- exporter/package.json | 2 +- frontend/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/package.json b/backend/package.json index 9e16c279a..0855bf4eb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -4,7 +4,7 @@ "license": "MPL-2.0", "author": "Kaleidos INC", "private": true, - "packageManager": "yarn@4.2.2", + "packageManager": "yarn@4.3.1", "repository": { "type": "git", "url": "https://github.com/penpot/penpot" diff --git a/common/package.json b/common/package.json index b5b3f1d5a..68228438e 100644 --- a/common/package.json +++ b/common/package.json @@ -5,7 +5,7 @@ "license": "MPL-2.0", "author": "Kaleidos INC", "private": true, - "packageManager": "yarn@4.2.2", + "packageManager": "yarn@4.3.1", "repository": { "type": "git", "url": "https://github.com/penpot/penpot" diff --git a/exporter/package.json b/exporter/package.json index 0b7b67d6d..4299c6097 100644 --- a/exporter/package.json +++ b/exporter/package.json @@ -4,7 +4,7 @@ "license": "MPL-2.0", "author": "Kaleidos INC", "private": true, - "packageManager": "yarn@4.2.2", + "packageManager": "yarn@4.3.1", "repository": { "type": "git", "url": "https://github.com/penpot/penpot" diff --git a/frontend/package.json b/frontend/package.json index 0ac3ff3ba..899eca6cc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "license": "MPL-2.0", "author": "Kaleidos INC", "private": true, - "packageManager": "yarn@4.2.2", + "packageManager": "yarn@4.3.1", "browserslist": [ "defaults" ],