aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-09-02 19:59:10 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-09-02 14:51:10 +0000
commitdf880b5013e9d4094a8425c7e6ee5ebb8cabf7d7 (patch)
treea8513dc28f625151c997fdd46eb2c8c24f588091 /package.json
parentadd gmurdocca as a contributor for code (#409) (diff)
downloadferdium-recipes-df880b5013e9d4094a8425c7e6ee5ebb8cabf7d7.tar.gz
ferdium-recipes-df880b5013e9d4094a8425c7e6ee5ebb8cabf7d7.tar.zst
ferdium-recipes-df880b5013e9d4094a8425c7e6ee5ebb8cabf7d7.zip
Upgrade 'pnpm' to '8.7.1'; Upgrade npm modules (minor version bumps).
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 298fac8..e3696a7 100644
--- a/package.json
+++ b/package.json
@@ -6,14 +6,14 @@
6 }, 6 },
7 "engines": { 7 "engines": {
8 "node": "18.15.0", 8 "node": "18.15.0",
9 "pnpm": "8.6.2" 9 "pnpm": "8.7.1"
10 }, 10 },
11 "volta": { 11 "volta": {
12 "node": "18.15.0", 12 "node": "18.15.0",
13 "pnpm": "8.6.2" 13 "pnpm": "8.7.1"
14 }, 14 },
15 "engine-strict": true, 15 "engine-strict": true,
16 "packageManager": "pnpm@8.6.2", 16 "packageManager": "pnpm@8.7.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,16 +40,16 @@
40 "homepage": "https://github.com/ferdium/ferdium-recipes", 40 "homepage": "https://github.com/ferdium/ferdium-recipes",
41 "devDependencies": { 41 "devDependencies": {
42 "@types/targz": "1.0.1", 42 "@types/targz": "1.0.1",
43 "all-contributors-cli": "6.26.0", 43 "all-contributors-cli": "6.26.1",
44 "eslint": "8.45.0", 44 "eslint": "8.48.0",
45 "eslint-plugin-unicorn": "48.0.0", 45 "eslint-plugin-unicorn": "48.0.1",
46 "fs-extra": "11.1.1", 46 "fs-extra": "11.1.1",
47 "husky": "8.0.3", 47 "husky": "8.0.3",
48 "image-size": "1.0.2", 48 "image-size": "1.0.2",
49 "is-ci": "3.0.1", 49 "is-ci": "3.0.1",
50 "open": "8.4.1", 50 "open": "9.1.0",
51 "prettier": "3.0.0", 51 "prettier": "3.0.3",
52 "simple-git": "3.19.0", 52 "simple-git": "3.19.1",
53 "targz": "1.0.1" 53 "targz": "1.0.1"
54 } 54 }
55} 55}