aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-01-08 00:39:10 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-08 00:39:10 +0000
commitc327818ce984861d32322c48de3eea3ce6a787b2 (patch)
tree42cb45b8374c6cf538d2035887fb74436d37ab1b /package.json
parent2.0.4 [skip ci] (diff)
downloadferdium-server-c327818ce984861d32322c48de3eea3ce6a787b2.tar.gz
ferdium-server-c327818ce984861d32322c48de3eea3ce6a787b2.tar.zst
ferdium-server-c327818ce984861d32322c48de3eea3ce6a787b2.zip
Sync update node and pnpm (#92)
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 81a3e86..50fa1a8 100644
--- a/package.json
+++ b/package.json
@@ -3,14 +3,14 @@
3 "version": "2.0.4", 3 "version": "2.0.4",
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": "18.18.0", 6 "node": "20.9.0",
7 "pnpm": "8.7.6", 7 "pnpm": "^8.10.0",
8 "python": "3.11.1" 8 "python": "3.11.1"
9 }, 9 },
10 "engine-strict": true, 10 "engine-strict": true,
11 "volta": { 11 "volta": {
12 "node": "18.18.0", 12 "node": "20.9.0",
13 "pnpm": "8.7.6", 13 "pnpm": "^8.10.0",
14 "python": "3.11.1" 14 "python": "3.11.1"
15 }, 15 },
16 "homepage": "https://github.com/ferdium/ferdium-server", 16 "homepage": "https://github.com/ferdium/ferdium-server",