aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-10 09:05:35 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-10 03:41:30 +0000
commit502528751b3b0594e63fed20aa83d04e37ac7024 (patch)
treea808a154af00d5e2de3e50080e1703118c650b21 /package.json
parentFix formatting (diff)
downloadferdium-recipes-502528751b3b0594e63fed20aa83d04e37ac7024.tar.gz
ferdium-recipes-502528751b3b0594e63fed20aa83d04e37ac7024.tar.zst
ferdium-recipes-502528751b3b0594e63fed20aa83d04e37ac7024.zip
upgrade pnpm and other deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 1e87e38..d410206 100644
--- a/package.json
+++ b/package.json
@@ -6,14 +6,14 @@
6 }, 6 },
7 "engines": { 7 "engines": {
8 "node": "20.11.0", 8 "node": "20.11.0",
9 "pnpm": "8.14.1" 9 "pnpm": "8.15.1"
10 }, 10 },
11 "volta": { 11 "volta": {
12 "node": "20.11.0", 12 "node": "20.11.0",
13 "pnpm": "8.14.1" 13 "pnpm": "8.15.1"
14 }, 14 },
15 "engine-strict": true, 15 "engine-strict": true,
16 "packageManager": "pnpm@8.14.1", 16 "packageManager": "pnpm@8.15.1",
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",
@@ -40,17 +40,17 @@
40 }, 40 },
41 "homepage": "https://github.com/ferdium/ferdium-recipes", 41 "homepage": "https://github.com/ferdium/ferdium-recipes",
42 "devDependencies": { 42 "devDependencies": {
43 "@types/targz": "1.0.1", 43 "@types/targz": "1.0.4",
44 "all-contributors-cli": "6.26.1", 44 "all-contributors-cli": "6.26.1",
45 "eslint": "8.48.0", 45 "eslint": "8.56.0",
46 "eslint-plugin-unicorn": "48.0.1", 46 "eslint-plugin-unicorn": "48.0.1",
47 "fs-extra": "11.1.1", 47 "fs-extra": "11.2.0",
48 "husky": "8.0.3", 48 "husky": "9.0.10",
49 "image-size": "1.0.2", 49 "image-size": "1.0.2",
50 "is-ci": "3.0.1", 50 "is-ci": "3.0.1",
51 "open": "9.1.0", 51 "open": "9.1.0",
52 "prettier": "3.0.3", 52 "prettier": "3.2.5",
53 "simple-git": "3.19.1", 53 "simple-git": "3.22.0",
54 "targz": "1.0.1" 54 "targz": "1.0.1"
55 } 55 }
56} 56}