From 8854e9a80a8ec5f0cea91fe7e1b190e4ef817054 Mon Sep 17 00:00:00 2001 From: exuanbo Date: Fri, 6 Oct 2023 22:28:24 +0100 Subject: [PATCH] chore: add missing changes to yarn version --- .yarnrc.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index bfc52400..f8cac0d1 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -2,4 +2,4 @@ nmMode: hardlinks-local nodeLinker: node-modules -yarnPath: .yarn/releases/yarn-3.6.1.cjs +yarnPath: .yarn/releases/yarn-3.6.4.cjs diff --git a/package.json b/package.json index 4e81921f..e96d4868 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,5 @@ "vite-plugin-windicss": "1.9.1", "windicss": "3.5.6" }, - "packageManager": "yarn@3.6.1" + "packageManager": "yarn@3.6.4" }