aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-01-14 15:27:41 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-14 15:27:41 +0000
commiteeb7251e297a2c38b0e1b99e3736efaa85cb5fea (patch)
tree78f3c42e417f8364b874179b5d55af5880d969fb /package.json
parent2.0.5 [skip ci] (diff)
downloadferdium-server-eeb7251e297a2c38b0e1b99e3736efaa85cb5fea.tar.gz
ferdium-server-eeb7251e297a2c38b0e1b99e3736efaa85cb5fea.tar.zst
ferdium-server-eeb7251e297a2c38b0e1b99e3736efaa85cb5fea.zip
Upgrade node to the latest LTS (20.11.0) and pnpm to the latest (8.14.1) (#93)
* Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1) * Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1) * Fix formatting
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 1e2854d..8968f33 100644
--- a/package.json
+++ b/package.json
@@ -3,15 +3,15 @@
3 "version": "2.0.5", 3 "version": "2.0.5",
4 "description": "Ferdium server to replace the default Franz/Ferdi server.", 4 "description": "Ferdium server to replace the default Franz/Ferdi server.",
5 "engines": { 5 "engines": {
6 "node": "20.9.0", 6 "node": "20.11.0",
7 "pnpm": "^8.10.0", 7 "pnpm": "8.14.1",
8 "python": "3.11.1" 8 "python": "3.12.1"
9 }, 9 },
10 "engine-strict": true, 10 "engine-strict": true,
11 "volta": { 11 "volta": {
12 "node": "20.9.0", 12 "node": "20.11.0",
13 "pnpm": "^8.10.0", 13 "pnpm": "8.14.1",
14 "python": "3.11.1" 14 "python": "3.12.1"
15 }, 15 },
16 "homepage": "https://github.com/ferdium/ferdium-server", 16 "homepage": "https://github.com/ferdium/ferdium-server",
17 "license": "MIT License", 17 "license": "MIT License",