From 496887bc4408c127ccd7c4bfbe602f5707d4d60f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:55:22 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e93bc83..86cd382 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=16.18.0" }, - "packageManager": "pnpm@8.6.9", + "packageManager": "pnpm@8.7.0", "scripts": { "prepare": "husky install", "lint": "npx eslint src --ext .js,.jsx,.ts,.tsx",