summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ff03da286..25baacecb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
```
diff --git a/package.json b/package.json
index 14c20296a..4ce4c3e5e 100644
--- a/package.json
+++ b/package.json
@@ -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": {