Skip to content

Commit

Permalink
Upgrade node (20.18.0), pnpm (9.12.0) and python (3.12.7) (#145)
Browse files Browse the repository at this point in the history
* Upgrade node (20.18.0), pnpm (9.12.0) and python (3.12.7)

* Upgrade node modules
  • Loading branch information
vraravam authored Oct 7, 2024
1 parent 382c36e commit 5f09bbb
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.4
3.12.7
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0",
"pnpm": "9.9.0",
"python": "3.12.4"
"node": "20.18.0",
"pnpm": "9.12.0",
"python": "3.12.7"
}
```

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-alpine as builder
FROM node:20.18.0-alpine as builder

WORKDIR /server-build

Expand All @@ -17,7 +17,7 @@ COPY . .
RUN pnpm build

# ---- RUNTIME IMAGE ----------------------------------------------------------
FROM node:20.17.0-alpine
FROM node:20.18.0-alpine

WORKDIR /app
LABEL maintainer="ferdium"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "2.0.6",
"description": "Ferdium server to replace the default Franz/Ferdi server.",
"engines": {
"node": "20.17.0",
"pnpm": "9.9.0",
"python": "3.12.4"
"node": "20.18.0",
"pnpm": "9.12.0",
"python": "3.12.7"
},
"engine-strict": true,
"volta": {
"node": "20.17.0",
"pnpm": "9.9.0",
"python": "3.12.4"
"node": "20.18.0",
"pnpm": "9.12.0",
"python": "3.12.7"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"homepage": "https://github.com/ferdium/ferdium-server",
"license": "MIT License",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "51.0.1",
"husky": "9.1.4",
"husky": "9.1.6",
"is-ci": "3.0.1",
"pino-pretty": "10.3.1",
"prettier": "3.3.3",
Expand Down
72 changes: 36 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f09bbb

Please sign in to comment.