From 4289999c18167614ec504826b363773a3269f209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:54:57 +0000 Subject: [PATCH] chore(deps): update pnpm to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 066b6a1..1448906 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "engines": { "node": ">=20.0.0" }, - "packageManager": "pnpm@10.33.0", + "packageManager": "pnpm@11.5.1", "scripts": { "build": "slidev build example.md", "check:format": "eslint . --max-warnings 0",