From 79506363af27e737a89ecddab0ba1d9dd50cccda Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Wed, 1 Nov 2023 23:51:14 +0800 Subject: [PATCH] chore: bump pnpm to 8.10.1 (#14844) --- CONTRIBUTING.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:*"