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
|
```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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue