0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

feat: upgrade pnpm (#11146)

This commit is contained in:
Florian Lefebvre 2024-06-11 15:49:03 +02:00 committed by GitHub
parent ebe01c7aff
commit 02e561723f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8153 additions and 11578 deletions

View file

@ -12,10 +12,12 @@ We welcome contributions of any size and skill level. As an open source project,
```shell
node: "^>=18.17.1"
pnpm: "^8.6.12"
pnpm: "^9.3.0"
# otherwise, your build will fail
```
We recommend using Corepack, [read PNPM docs](https://pnpm.io/installation#using-corepack).
### Setting up your local repo
Astro uses pnpm workspaces, so you should **always run `pnpm install` from the top-level project directory**. Running `pnpm install` in the top-level project root will install dependencies for `astro`, and every package in the repo.

View file

@ -44,10 +44,9 @@
"packages/*"
],
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0",
"pnpm": ">=8.6.12"
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@9.3.0",
"dependencies": {
"astro-benchmark": "workspace:*"
},

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff