Skip to content

Commit de9e3b9

Browse files
authored
Merge pull request #34 from Commencis/renovate/pnpm-9.x
chore(deps): update pnpm to v9.10.0
2 parents f1dbc61 + c8cf976 commit de9e3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before you begin, ensure you have `node: >= 20.14` installed on your system.
3434

3535
#### pnpm
3636

37-
This project uses `pnpm: >= 9.4.0` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
37+
This project uses `pnpm: >= 9.10.0` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
3838

3939
```bash
4040
corepack prepare pnpm@latest --activate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"engines": {
2323
"node": ">= 20.14"
2424
},
25-
"packageManager": "pnpm@9.4.0",
25+
"packageManager": "pnpm@9.10.0",
2626
"scripts": {
2727
"preinstall": "npx only-allow pnpm",
2828
"postinstall": "pnpm run build",

0 commit comments

Comments
 (0)