From 8bd1ff725905789feab9f987d860e7f1f93196e6 Mon Sep 17 00:00:00 2001 From: Kros Dai Date: Sat, 11 Jul 2026 02:45:44 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(deps):=20bump=20pnpm=20to?= =?UTF-8?q?=2011.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - :wrench: keep the package manager current --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c1079a..45c9024 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8", + "packageManager": "pnpm@11.11.0+sha512.4463f65fd80ed80d69bc1d4bf163ee94f605c7380fc318bb5b2ebe15f8cd12d49c51a4d59e951b401e764d3b6ca751cbf51bc50ed7001a6bcb4935e684c34882", "scripts": { "format": "prettier --write --ignore-unknown --log-level=warn . && autocorrect --fix .", "lint": "eslint . --no-error-on-unmatched-pattern && pnpm run --filter '*' lint && prettier --check --ignore-unknown .",