aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-22 03:08:43 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-22 06:56:42 +0530
commit0e18011e44c4335df0bfe131a39c9c82b8943b20 (patch)
treef744d06dd5853c474bf5a44a6111749366e37277 /package.json
parentUpdate browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-0e18011e44c4335df0bfe131a39c9c82b8943b20.tar.gz
ferdium-app-0e18011e44c4335df0bfe131a39c9c82b8943b20.tar.zst
ferdium-app-0e18011e44c4335df0bfe131a39c9c82b8943b20.zip
Upgrade pnpm to 8.15.5
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 5fd0f0317..ffbb3cbe5 100644
--- a/package.json
+++ b/package.json
@@ -14,14 +14,14 @@
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "20.11.1", 16 "node": "20.11.1",
17 "pnpm": "8.15.3" 17 "pnpm": "8.15.5"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.11.1", 21 "node": "20.11.1",
22 "pnpm": "8.15.3" 22 "pnpm": "8.15.5"
23 }, 23 },
24 "packageManager": "pnpm@8.15.3", 24 "packageManager": "pnpm@8.15.5",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky install", 26 "prepare": "is-ci || husky install",
27 "start": "electron ./build", 27 "start": "electron ./build",