From ecc7e875b085434020a04494d86838165f94931c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:24:39 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.14.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e93bc83..92683fb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=16.18.0" }, - "packageManager": "pnpm@8.6.9", + "packageManager": "pnpm@8.14.2", "scripts": { "prepare": "husky install", "lint": "npx eslint src --ext .js,.jsx,.ts,.tsx",