From beb28cc814fc8017462b42d2c184391cfa9dd37c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 16 Apr 2024 15:42:59 +0530 Subject: Upgrade python, node and pnpm --- .nvmrc | 2 +- .python-version | 2 +- CONTRIBUTING.md | 6 +++--- Dockerfile | 4 ++-- package.json | 14 +++++++------- recipes | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.nvmrc b/.nvmrc index 2b9cabc..8783404 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.12.0 +20.12.2 diff --git a/.python-version b/.python-version index 8531a3b..871f80a 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.2 +3.12.3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b672b6d..82329ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,9 +49,9 @@ Currently, these are the combinations of system dependencies that work for MacOS ```bash $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "20.12.0", - "pnpm": "8.15.5", - "python": "3.12.2" + "node": "20.12.2", + "pnpm": "8.15.7", + "python": "3.12.3" } ``` diff --git a/Dockerfile b/Dockerfile index 8d41cee..b21de21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.0-alpine as builder +FROM node:20.12.2-alpine as builder WORKDIR /server-build @@ -17,7 +17,7 @@ COPY . . RUN pnpm build # ---- RUNTIME IMAGE ---------------------------------------------------------- -FROM node:20.12.0-alpine +FROM node:20.12.2-alpine WORKDIR /app LABEL maintainer="ferdium" diff --git a/package.json b/package.json index 0a55f5c..84eb37c 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,17 @@ "version": "2.0.6", "description": "Ferdium server to replace the default Franz/Ferdi server.", "engines": { - "node": "20.12.0", - "pnpm": "8.15.5", - "python": "3.12.2" + "node": "20.12.2", + "pnpm": "8.15.7", + "python": "3.12.3" }, "engine-strict": true, "volta": { - "node": "20.12.0", - "pnpm": "8.15.5", - "python": "3.12.2" + "node": "20.12.2", + "pnpm": "8.15.7", + "python": "3.12.3" }, - "packageManager": "pnpm@8.15.5", + "packageManager": "pnpm@8.15.7", "homepage": "https://github.com/ferdium/ferdium-server", "license": "MIT License", "scripts": { diff --git a/recipes b/recipes index cf6ff44..f8a2b90 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit cf6ff447cfd89f886b1f079dea5495cd26d83251 +Subproject commit f8a2b904ce185a2e06536d0b23524987e29c9f58 -- cgit v1.2.3-54-g00ecf