diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cd71ca0b899cb..f00edd96523e24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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` diff --git a/package.json b/package.json index d5b23c7b03118e..ccc659a4e1729f 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@8.10.0", + "packageManager": "pnpm@8.10.1", "pnpm": { "overrides": { "vite": "workspace:*"