aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--package.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6de52e863..887a72a5a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,7 +63,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
64{ 64{
65 "node": "20.11.1", 65 "node": "20.11.1",
66 "pnpm": "8.15.3" 66 "pnpm": "8.15.5"
67} 67}
68``` 68```
69 69
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",