Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 9d907a3 commit bd8d4ef
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 162 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:20-dev as build-stage
FROM ghcr.io/hazmi35/node:20.18.0-dev as build-stage

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /tmp/build

Expand All @@ -17,7 +17,7 @@ RUN pnpm run build

RUN pnpm prune --production

FROM ghcr.io/hazmi35/node:20
FROM ghcr.io/hazmi35/node:20.18.0

WORKDIR /app

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.24",
"@types/node": "^20.12.13",
"@types/pg": "^8.11.6",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.8.0",
"@types/node": "^20.17.6",
"@types/pg": "^8.11.10",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.7",
"drizzle-kit": "^0.27.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
},
"dependencies": {
"@nezuchan/schema": "^0.1.4",
"drizzle-orm": "0.31.2",
"hyper-express": "^6.16.2",
"pg": "^8.11.5",
"pino": "^9.1.0",
"pino-pretty": "^11.1.0"
"drizzle-orm": "0.36.0",
"hyper-express": "^6.17.2",
"pg": "^8.13.1",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0"
}
}
Loading

0 comments on commit bd8d4ef

Please sign in to comment.