Bump pnpm to 8.6.2 (#7413)

This commit is contained in:
Bjorn Lu 2023-06-19 15:29:30 +08:00 committed by GitHub
parent 354387c68e
commit 8f4a04d46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ We welcome contributions of any size and skill level. As an open source project,
```shell ```shell
node: "^>=16.12.0" node: "^>=16.12.0"
pnpm: "^8.2.0" pnpm: "^8.6.2"
# otherwise, your build will fail # otherwise, your build will fail
``` ```

View file

@ -39,9 +39,9 @@
], ],
"engines": { "engines": {
"node": ">=16.12.0", "node": ">=16.12.0",
"pnpm": ">=8.2.0" "pnpm": ">=8.6.2"
}, },
"packageManager": "pnpm@8.6.0", "packageManager": "pnpm@8.6.2",
"pnpm": { "pnpm": {
"packageExtensions": { "packageExtensions": {
"svelte2tsx": { "svelte2tsx": {