aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-28 08:55:42 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-28 08:55:42 +0530
commit170a3b01e6fda4bc2688e8e9a567777226073324 (patch)
tree0f97e858cbbd3664812bceb51ff0277d5c77d342 /package.json
parentUpgrade 'pnpm' to '7.19.0'; Upgrade submodules (diff)
downloadferdium-server-170a3b01e6fda4bc2688e8e9a567777226073324.tar.gz
ferdium-server-170a3b01e6fda4bc2688e8e9a567777226073324.tar.zst
ferdium-server-170a3b01e6fda4bc2688e8e9a567777226073324.zip
Upgrade 'nodejs' to '18.13.0', 'pnpm' to '7.25.1' and the recipes submodule
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 1cda0a4..6e5c03b 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": "16.18.1", 8 "node": "18.13.0",
9 "pnpm": "7.19.0", 9 "pnpm": "7.25.1",
10 "python": "3.11.1" 10 "python": "3.11.1"
11 }, 11 },
12 "scripts": { 12 "scripts": {