aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-19 12:08:16 +0400
committerLibravatar GitHub <noreply@github.com>2022-04-19 08:08:16 +0000
commite72bf2ccdf5622937aebcfcddce09428799b2ef1 (patch)
tree4dfa0e33d91fccd1d13a313820a4735af9a97d04 /package.json
parentUpgrade electron to '18.0.4' (diff)
downloadferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.tar.gz
ferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.tar.zst
ferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.zip
Upgrade system dependencies (#15)
node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
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 7f948cc9d..3b197d28c 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.13.1", 16 "node": "16.14.2",
17 "npm": "^8.1.2" 17 "npm": "8.7.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {