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:
parent
ebe01c7aff
commit
02e561723f
4 changed files with 8153 additions and 11578 deletions
|
@ -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.
|
||||
|
|
|
@ -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
14456
pnpm-lock.yaml
14456
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue