Skip to content

Commit

Permalink
Update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 1f1d6ca commit 1643e91
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 117 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.8.0-slim AS base
FROM node:22.11.0-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
22 changes: 11 additions & 11 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crylendar-backend",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.3",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -9,20 +9,20 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@hono/node-server": "1.12.2",
"@hono/node-server": "1.13.5",
"dotenv": "16.4.5",
"drizzle-orm": "0.33.0",
"hono": "4.5.11",
"postgres": "3.4.4",
"drizzle-orm": "0.36.0",
"hono": "4.6.8",
"postgres": "3.4.5",
"unique-names-generator": "4.7.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@types/node": "20.16.5",
"drizzle-kit": "0.24.2",
"@eslint/js": "9.14.0",
"@types/node": "20.17.6",
"drizzle-kit": "0.27.1",
"eslint": "9.9.1",
"globals": "15.9.0",
"tsx": "4.19.0",
"typescript-eslint": "8.4.0"
"globals": "15.11.0",
"tsx": "4.19.2",
"typescript-eslint": "8.12.2"
}
}
Loading

0 comments on commit 1643e91

Please sign in to comment.