Skip to content

Commit

Permalink
changing prisma version to fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
derGraph committed Dec 23, 2024
1 parent a63e229 commit 5d6dbd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN npx tsc-alias

FROM node:23-alpine3.20
WORKDIR /app
RUN apk update && apk add --no-cache openssl
COPY --from=builder /app/build build/
COPY --from=builder /app/node_modules node_modules/
COPY --from=builder /app/workers/build /app/workers
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prisma": "^5.21.1",
"prisma": "^6.1.0",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"tailwindcss": "3.4.14",
Expand All @@ -41,7 +41,7 @@
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^2.0.0",
"@prisma/client": "^5.21.1",
"@prisma/client": "^6.1.0",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-auto": "^3.3.1",
Expand Down

0 comments on commit 5d6dbd6

Please sign in to comment.