From ea9f922c459452a6e9f31671085624392435d982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 07:32:21 +0000 Subject: [PATCH] upgrade(deps): update pnpm to v9.13.0 (#228) 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 9cb8fa5..0a5cc39 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "tailwindcss": "^3.4.4", "typescript": "^5.5.2" }, - "packageManager": "pnpm@9.12.3", + "packageManager": "pnpm@9.13.0", "lint-staged": { "*.ts*": "eslint --cache --fix", "*.{js,ts,tsx,css,md}": "prettier --write"