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 23, 2024
1 parent a001d25 commit ab14665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dayjs": "^1.11.10",
"geist": "^1.2.1",
"jsdom": "^24.0.0",
"lucide-react": "^0.371.0",
"lucide-react": "^0.445.0",
"next": "^14.2.13",
"react": "^18",
"react-dom": "^18",
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.24.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.13",
"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 ab14665

Please sign in to comment.