Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 09bc590 commit b8080a7
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 232 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@dnd-kit/modifiers": "^7.0.0",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "2.1.10",
"@headlessui/react": "2.2.0",
"@hookform/resolvers": "^3.6.0",
"@minute/prisma": "workspace:*",
"@minute/services": "workspace:*",
Expand All @@ -39,7 +39,7 @@
"emoji-mart": "^5.6.0",
"hh-mm-ss": "^1.2.0",
"jotai": "^2.8.3",
"next": "14.2.15",
"next": "14.2.18",
"next-auth": "^4.24.7",
"next-intl": "^3.15.0",
"next-safe": "^3.5.0",
Expand All @@ -53,7 +53,7 @@
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"swr": "^2.2.5",
"tailwind-variants": "^0.2.1",
"tailwind-variants": "^0.3.0",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
db:
image: postgres:17.0
image: postgres:17.1
ports:
- 5432:5432
environment:
Expand All @@ -10,7 +10,7 @@ services:
POSTGRES_DB: minute

db_test:
image: postgres:17.0
image: postgres:17.1
ports:
- 5433:5432
environment:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"secretlint": "^9.0.0",
"turbo": "^2.0.3"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.13.2"
}
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "5.6.3"
},
"dependencies": {
"@prisma/client": "5.21.1",
"@prisma/client": "5.22.0",
"server-only": "^0.0.1"
}
}
Loading

0 comments on commit b8080a7

Please sign in to comment.