Skip to content

Commit

Permalink
Upgrade node, pnpm and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 29, 2024
1 parent 0c65c9a commit 195d093
Show file tree
Hide file tree
Showing 6 changed files with 7,624 additions and 5,941 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.15.0
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ 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.2",
"pnpm": "8.15.7",
"node": "20.15.0",
"pnpm": "9.4.0",
"python": "3.12.3"
}
```
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.12.2-alpine as builder
FROM node:20.15.0-alpine as builder

WORKDIR /server-build

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

# ---- RUNTIME IMAGE ----------------------------------------------------------
FROM node:20.12.2-alpine
FROM node:20.15.0-alpine

WORKDIR /app
LABEL maintainer="ferdium"
Expand Down
14 changes: 7 additions & 7 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.12.2",
"pnpm": "8.15.7",
"node": "20.15.0",
"pnpm": "9.4.0",
"python": "3.12.3"
},
"engine-strict": true,
"volta": {
"node": "20.12.2",
"pnpm": "8.15.7",
"node": "20.15.0",
"pnpm": "9.4.0",
"python": "3.12.3"
},
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.4.0",
"homepage": "https://github.com/ferdium/ferdium-server",
"license": "MIT License",
"scripts": {
Expand Down Expand Up @@ -58,8 +58,8 @@
"husky": "9.0.11",
"is-ci": "3.0.1",
"pino-pretty": "10.3.1",
"prettier": "3.2.5",
"typescript": "5.4.3",
"prettier": "3.3.2",
"typescript": "5.4.5",
"youch": "3.3.3",
"youch-terminal": "2.2.3"
},
Expand Down
Loading

0 comments on commit 195d093

Please sign in to comment.