Skip to content

Commit

Permalink
chore: bump pnpm to 8.10.1 (#14844)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Nov 1, 2023
1 parent 90e6108 commit 7950636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To develop and test the core `vite` package:

You can alternatively use [Vite.js Docker Dev](https://github.com/nystudio107/vitejs-docker-dev) for a containerized Docker setup for Vite.js development.

> Vite uses pnpm v7. If you are working on multiple projects with different versions of pnpm, it's recommended to enable [Corepack](https://github.com/nodejs/corepack) by running `corepack enable`.
> Vite uses pnpm v8. If you are working on multiple projects with different versions of pnpm, it's recommended to enable [Corepack](https://github.com/nodejs/corepack) by running `corepack enable`.
### Ignoring commits when running `git blame`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.10.1",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down

0 comments on commit 7950636

Please sign in to comment.