From d459ffabb2e0d32bd022f7447bb95d47184c2903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:22:20 +0000 Subject: [PATCH] upgrade(deps): update pnpm to v9.9.0 (#112) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9608653..847e5da 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "tailwindcss": "^3.4.4", "typescript": "^5.5.2" }, - "packageManager": "pnpm@9.8.0", + "packageManager": "pnpm@9.9.0", "lint-staged": { "*.ts*": "eslint --cache --fix", "*.{js,ts,tsx,css,md}": "prettier --write"