Skip to content

Commit

Permalink
Upgrade node, pnpm and deps (#141)
Browse files Browse the repository at this point in the history
* Upgrade node, pnpm and deps

* Upgrade deps
  • Loading branch information
vraravam authored Jul 10, 2024
1 parent 0c65c9a commit 41b86cb
Show file tree
Hide file tree
Showing 6 changed files with 7,644 additions and 5,975 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
22 changes: 11 additions & 11 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 @@ -41,7 +41,7 @@
"@types/luxon": "3.4.2",
"@types/node-fetch": "2.6.11",
"@types/proxy-addr": "2.0.3",
"@types/semver": "7.5.7",
"@types/semver": "7.5.8",
"@types/source-map-support": "0.5.10",
"@types/targz": "1.0.4",
"@types/uuid": "9.0.8",
Expand All @@ -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 All @@ -73,21 +73,21 @@
"@adonisjs/shield": "7.1.1",
"@adonisjs/view": "6.2.0",
"adonis5-jwt": "github:SpecialAro/adonis5-jwt#34941c10adcf89583a40767552b994ea499b92e3",
"aws-sdk": "2.1560.0",
"aws-sdk": "2.1651.0",
"bcrypt": "5.1.1",
"fs-extra": "11.2.0",
"jose": "4.14.6",
"luxon": "3.4.4",
"moment": "2.30.1",
"mysql": "2.18.1",
"node-fetch": "2",
"pg": "8.11.3",
"pg": "8.12.0",
"phc-bcrypt": "1.0.8",
"proxy-addr": "2.0.7",
"rand-token": "1.0.1",
"reflect-metadata": "0.1.13",
"sanitize-filename": "1.6.3",
"semver": "7.6.0",
"semver": "7.6.2",
"source-map-support": "0.5.21",
"sqlite3": "5.1.6",
"targz": "1.0.1",
Expand Down
Loading

0 comments on commit 41b86cb

Please sign in to comment.