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",