aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1c18e03..e6403c6 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"type-fest": "^3.5.3",
"typescript": "^4.9.4"
},
- "packageManager": "pnpm@7.13.4",
+ "packageManager": "pnpm@8.1.1",
"pnpm": {
"patchedDependencies": {
"eslint-plugin-path-alias@1.0.0": "patches/eslint-plugin-path-alias@1.0.0.patch",
@@ -92,6 +92,7 @@
"sourceDir": "./dist/extension-v2-unpacked"
},
"engines": {
- "node": ">=18"
+ "node": ">=18",
+ "pnpm": ">=8"
}
}