Skip to content

Commit

Permalink
Update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 3cc0e9b commit a2ed6f4
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 105 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.10.0-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
20 changes: 10 additions & 10 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.2",
"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.2",
"dotenv": "16.4.5",
"drizzle-orm": "0.33.0",
"hono": "4.5.11",
"drizzle-orm": "0.35.2",
"hono": "4.6.5",
"postgres": "3.4.4",
"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.13.0",
"@types/node": "20.16.12",
"drizzle-kit": "0.26.2",
"eslint": "9.9.1",
"globals": "15.9.0",
"tsx": "4.19.0",
"typescript-eslint": "8.4.0"
"globals": "15.11.0",
"tsx": "4.19.1",
"typescript-eslint": "8.10.0"
}
}
Loading

0 comments on commit a2ed6f4

Please sign in to comment.