aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-09-02 20:27:28 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-09-02 15:29:12 +0000
commit6b19c9c04414ef24b28da202b8f247c814720971 (patch)
treee9ed8642617d9b150e5349bb9fc8bcd7af0debc7 /package.json
parentfeat: Add Download Manager (pause, stop, delete) (#1339) (diff)
downloadferdium-app-6b19c9c04414ef24b28da202b8f247c814720971.tar.gz
ferdium-app-6b19c9c04414ef24b28da202b8f247c814720971.tar.zst
ferdium-app-6b19c9c04414ef24b28da202b8f247c814720971.zip
Upgrade 'pnpm' to '8.7.1' in both the main the recipes repo
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8cd3a3c66..7b2030ed4 100644
--- a/package.json
+++ b/package.json
@@ -14,14 +14,14 @@
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "18.15.0", 16 "node": "18.15.0",
17 "pnpm": "8.6.2" 17 "pnpm": "8.7.1"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "18.15.0", 21 "node": "18.15.0",
22 "pnpm": "8.6.2" 22 "pnpm": "8.7.1"
23 }, 23 },
24 "packageManager": "pnpm@8.6.2", 24 "packageManager": "pnpm@8.7.1",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky install", 26 "prepare": "is-ci || husky install",
27 "start": "electron ./build", 27 "start": "electron ./build",