aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-29 05:01:41 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-29 05:01:41 +0530
commit25943b0095d7eea4143b682285b8613239449a12 (patch)
tree848f60101ad24abafc938dcfb2378b48e97d208c /package.json
parentMoved default service settings into different struct so as to de-pollute conf... (diff)
downloadferdium-app-25943b0095d7eea4143b682285b8613239449a12.tar.gz
ferdium-app-25943b0095d7eea4143b682285b8613239449a12.tar.zst
ferdium-app-25943b0095d7eea4143b682285b8613239449a12.zip
Upgrade 'nodejs' to '16.18.1' and 'pnpm' to '7.17.1'
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c2ef15054..3049d298a 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,8 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "16.18.0", 16 "node": "16.18.1",
17 "pnpm": "7.17.0" 17 "pnpm": "7.17.1"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {