aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-16 15:42:59 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-16 10:25:10 +0000
commitbeb28cc814fc8017462b42d2c184391cfa9dd37c (patch)
treede4475a65d635026f76d767ff0236c9707955bb6
parentUpdate dev scripts (#126) (diff)
downloadferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.tar.gz
ferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.tar.zst
ferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.zip
Upgrade python, node and pnpm
-rw-r--r--.nvmrc2
-rw-r--r--.python-version2
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--Dockerfile4
-rw-r--r--package.json14
m---------recipes0
6 files changed, 14 insertions, 14 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
49```bash 49```bash
50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
51{ 51{
52 "node": "20.12.0", 52 "node": "20.12.2",
53 "pnpm": "8.15.5", 53 "pnpm": "8.15.7",
54 "python": "3.12.2" 54 "python": "3.12.3"
55} 55}
56``` 56```
57 57
diff --git a/Dockerfile b/Dockerfile
index 8d41cee..b21de21 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:20.12.0-alpine as builder 1FROM node:20.12.2-alpine as builder
2 2
3WORKDIR /server-build 3WORKDIR /server-build
4 4
@@ -17,7 +17,7 @@ COPY . .
17RUN pnpm build 17RUN pnpm build
18 18
19# ---- RUNTIME IMAGE ---------------------------------------------------------- 19# ---- RUNTIME IMAGE ----------------------------------------------------------
20FROM node:20.12.0-alpine 20FROM node:20.12.2-alpine
21 21
22WORKDIR /app 22WORKDIR /app
23LABEL maintainer="ferdium" 23LABEL maintainer="ferdium"
diff --git a/package.json b/package.json
index 0a55f5c..84eb37c 100644
--- a/package.json
+++ b/package.json
@@ -3,17 +3,17 @@
3 "version": "2.0.6", 3 "version": "2.0.6",
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.12.0", 6 "node": "20.12.2",
7 "pnpm": "8.15.5", 7 "pnpm": "8.15.7",
8 "python": "3.12.2" 8 "python": "3.12.3"
9 }, 9 },
10 "engine-strict": true, 10 "engine-strict": true,
11 "volta": { 11 "volta": {
12 "node": "20.12.0", 12 "node": "20.12.2",
13 "pnpm": "8.15.5", 13 "pnpm": "8.15.7",
14 "python": "3.12.2" 14 "python": "3.12.3"
15 }, 15 },
16 "packageManager": "pnpm@8.15.5", 16 "packageManager": "pnpm@8.15.7",
17 "homepage": "https://github.com/ferdium/ferdium-server", 17 "homepage": "https://github.com/ferdium/ferdium-server",
18 "license": "MIT License", 18 "license": "MIT License",
19 "scripts": { 19 "scripts": {
diff --git a/recipes b/recipes
Subproject cf6ff447cfd89f886b1f079dea5495cd26d8325 Subproject f8a2b904ce185a2e06536d0b23524987e29c9f5