Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 72f085f commit 127125e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
db:
image: postgres:16.2-alpine
image: postgres:16.4-alpine
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dayjs": "^1.11.10",
"geist": "^1.2.1",
"jsdom": "^24.0.0",
"lucide-react": "^0.371.0",
"next": "14.2.2",
"lucide-react": "^0.439.0",
"next": "14.2.8",
"react": "^18",
"react-dom": "^18",
"server-only": "^0.0.1",
Expand All @@ -54,11 +54,11 @@
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"autoprefixer": "^10.4.17",
"esbuild": "^0.20.0",
"esbuild": "^0.23.0",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.8",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down

0 comments on commit 127125e

Please sign in to comment.