From 2f5baa5c56c070e67516ab1ad784c9801e049673 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 10 Feb 2026 02:20:30 +0000 Subject: [PATCH] build: update pnpm to v10.29.2 See associated pull request for more information. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51582de..e4fd087 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "license": "MIT", "description": "Web Codegen Scorer is a tool for evaluating the quality of web code generated by Large Language Models (LLMs).", "type": "module", - "packageManager": "pnpm@10.28.2", + "packageManager": "pnpm@10.29.2", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.28.2" + "pnpm": "10.29.2" }, "bugs": { "url": "https://github.com/angular/web-codegen-scorer/issues"