From 30364957bb09c3a656a89896832c651fb8804068 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Thu, 27 Feb 2025 16:08:11 +0000 Subject: [PATCH] chore: update pnpm version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df8fdec..ebf1dc7 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for m > > ```sh > corepack enable -> corepack prepare pnpm@9 --activate +> corepack prepare pnpm@10 --activate > ``` To install the project locally, run the following commands: diff --git a/package.json b/package.json index 62f3dd2..56173b7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "unbuild": "^3.3.1", "vitest": "^3.0.5" }, - "packageManager": "pnpm@10.2.1", + "packageManager": "pnpm@10.5.2", "dependencies": { "@clack/prompts": "^0.7.0", "commander": "^13.1.0",