aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-22 02:59:18 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-03-21 21:31:52 +0000
commit51e31b9935bcb90114e611254e6e794c782f732d (patch)
tree1930b3b23df2c2809f972544f5727f3ec619e9e3 /package.json
parentUpgrade node modules (diff)
downloadferdium-recipes-51e31b9935bcb90114e611254e6e794c782f732d.tar.gz
ferdium-recipes-51e31b9935bcb90114e611254e6e794c782f732d.tar.zst
ferdium-recipes-51e31b9935bcb90114e611254e6e794c782f732d.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 a6e9a72..f2200b6 100644
--- a/package.json
+++ b/package.json
@@ -6,14 +6,14 @@
6 }, 6 },
7 "engines": { 7 "engines": {
8 "node": "20.11.1", 8 "node": "20.11.1",
9 "pnpm": "8.15.3" 9 "pnpm": "8.15.5"
10 }, 10 },
11 "volta": { 11 "volta": {
12 "node": "20.11.1", 12 "node": "20.11.1",
13 "pnpm": "8.15.3" 13 "pnpm": "8.15.5"
14 }, 14 },
15 "engine-strict": true, 15 "engine-strict": true,
16 "packageManager": "pnpm@8.15.3", 16 "packageManager": "pnpm@8.15.5",
17 "scripts": { 17 "scripts": {
18 "preinstall": "npx only-allow pnpm", 18 "preinstall": "npx only-allow pnpm",
19 "prepare": "is-ci || husky install", 19 "prepare": "is-ci || husky install",