Bump pnpm to 8.6.2 (#7413)
This commit is contained in:
parent
354387c68e
commit
8f4a04d46b
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ We welcome contributions of any size and skill level. As an open source project,
|
|||
|
||||
```shell
|
||||
node: "^>=16.12.0"
|
||||
pnpm: "^8.2.0"
|
||||
pnpm: "^8.6.2"
|
||||
# otherwise, your build will fail
|
||||
```
|
||||
|
||||
|
|
|
@ -39,9 +39,9 @@
|
|||
],
|
||||
"engines": {
|
||||
"node": ">=16.12.0",
|
||||
"pnpm": ">=8.2.0"
|
||||
"pnpm": ">=8.6.2"
|
||||
},
|
||||
"packageManager": "pnpm@8.6.0",
|
||||
"packageManager": "pnpm@8.6.2",
|
||||
"pnpm": {
|
||||
"packageExtensions": {
|
||||
"svelte2tsx": {
|
||||
|
|
Loading…
Reference in a new issue