Skip to content

Commit

Permalink
Update backend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent 3cc0e9b commit 1b0995e
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 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.9.0-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
12 changes: 6 additions & 6 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.11.0",
"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.1",
"dotenv": "16.4.5",
"drizzle-orm": "0.33.0",
"hono": "4.5.11",
"hono": "4.6.2",
"postgres": "3.4.4",
"unique-names-generator": "4.7.1"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@eslint/js": "9.11.0",
"@types/node": "20.16.5",
"drizzle-kit": "0.24.2",
"eslint": "9.9.1",
"globals": "15.9.0",
"tsx": "4.19.0",
"typescript-eslint": "8.4.0"
"tsx": "4.19.1",
"typescript-eslint": "8.6.0"
}
}
146 changes: 73 additions & 73 deletions backend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b0995e

Please sign in to comment.