From eeb7251e297a2c38b0e1b99e3736efaa85cb5fea Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 14 Jan 2024 15:27:41 +0000 Subject: 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 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1e2854d..8968f33 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,15 @@ "version": "2.0.5", "description": "Ferdium server to replace the default Franz/Ferdi server.", "engines": { - "node": "20.9.0", - "pnpm": "^8.10.0", - "python": "3.11.1" + "node": "20.11.0", + "pnpm": "8.14.1", + "python": "3.12.1" }, "engine-strict": true, "volta": { - "node": "20.9.0", - "pnpm": "^8.10.0", - "python": "3.11.1" + "node": "20.11.0", + "pnpm": "8.14.1", + "python": "3.12.1" }, "homepage": "https://github.com/ferdium/ferdium-server", "license": "MIT License", -- cgit v1.2.3-54-g00ecf