aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-03-21 03:00:16 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-03-21 03:01:42 +0530
commit87eaeaff269aac04a1aa1897587b8f04dc378f40 (patch)
treefea73c8241d5f9cf154d9063c7b41dffec6e34e9 /package.json
parentBump docker/build-push-action from 3 to 4 (diff)
downloadferdium-server-87eaeaff269aac04a1aa1897587b8f04dc378f40.tar.gz
ferdium-server-87eaeaff269aac04a1aa1897587b8f04dc378f40.tar.zst
ferdium-server-87eaeaff269aac04a1aa1897587b8f04dc378f40.zip
Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0'
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 38175d5..3936a28 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
5 "description": "Ferdium server to replace the default Franz/Ferdi server.", 5 "description": "Ferdium server to replace the default Franz/Ferdi server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "18.13.0", 8 "node": "18.15.0",
9 "pnpm": "7.26.1", 9 "pnpm": "7.30.0",
10 "python": "3.11.1" 10 "python": "3.11.1"
11 }, 11 },
12 "scripts": { 12 "scripts": {