From 59f339d4ce0ebfe218ad3e26b028abf8823c6bec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:59:42 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e93bc83..283fb30 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=16.18.0" }, - "packageManager": "pnpm@8.6.9", + "packageManager": "pnpm@8.9.2", "scripts": { "prepare": "husky install", "lint": "npx eslint src --ext .js,.jsx,.ts,.tsx",