We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705d10d commit 3036495Copy full SHA for 3036495
README.md
@@ -95,7 +95,7 @@ Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for m
95
>
96
> ```sh
97
> corepack enable
98
-> corepack prepare pnpm@9 --activate
+> corepack prepare pnpm@10 --activate
99
> ```
100
101
To install the project locally, run the following commands:
package.json
@@ -59,7 +59,7 @@
59
"unbuild": "^3.3.1",
60
"vitest": "^3.0.5"
61
},
62
- "packageManager": "pnpm@10.2.1",
+ "packageManager": "pnpm@10.5.2",
63
"dependencies": {
64
"@clack/prompts": "^0.7.0",
65
"commander": "^13.1.0",
0 commit comments