aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-02-13 06:44:28 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-13 06:49:51 +0530
commitd8399ea0f1940d6483bfef59e3eb94ba41137b12 (patch)
treee9b58bcbb46c21784ed46b20d5c8481828deb39a /package.json
parentfix #936: Rectify serviceUrls for known problematic services (diff)
downloadferdium-recipes-d8399ea0f1940d6483bfef59e3eb94ba41137b12.tar.gz
ferdium-recipes-d8399ea0f1940d6483bfef59e3eb94ba41137b12.tar.zst
ferdium-recipes-d8399ea0f1940d6483bfef59e3eb94ba41137b12.zip
Upgrade 'pnpm' to '7.27.0'; Upgrade other npm modules and fix errors
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index d62a5af..e692a4d 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "doc": "docs" 5 "doc": "docs"
6 }, 6 },
7 "engines": { 7 "engines": {
8 "pnpm": "7.26.1" 8 "pnpm": "7.27.0"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "preinstall": "npx only-allow pnpm", 11 "preinstall": "npx only-allow pnpm",
@@ -34,14 +34,14 @@
34 "devDependencies": { 34 "devDependencies": {
35 "@types/targz": "1.0.1", 35 "@types/targz": "1.0.1",
36 "all-contributors-cli": "6.24.0", 36 "all-contributors-cli": "6.24.0",
37 "eslint": "8.30.0", 37 "eslint": "8.34.0",
38 "eslint-plugin-unicorn": "39.0.0", 38 "eslint-plugin-unicorn": "42.0.0",
39 "fs-extra": "10.0.0", 39 "fs-extra": "11.1.0",
40 "husky": "7.0.4", 40 "husky": "8.0.3",
41 "image-size": "1.0.2", 41 "image-size": "1.0.2",
42 "open": "8.4.0", 42 "open": "8.4.1",
43 "prettier": "2.8.1", 43 "prettier": "2.8.4",
44 "simple-git": "3.15.1", 44 "simple-git": "3.16.0",
45 "targz": "1.0.1" 45 "targz": "1.0.1"
46 } 46 }
47} 47}