Skip to content

Commit

Permalink
Update basic UserProfile and Navbar with Radix, Upgrade postgres to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 26, 2024
1 parent b514cf1 commit 58f7a51
Show file tree
Hide file tree
Showing 8 changed files with 3,983 additions and 2,020 deletions.
2 changes: 1 addition & 1 deletion engine/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# # - default
# Database
postgres:
image: postgres:16.3
image: postgres:17
restart: always
environment:
POSTGRES_USER: postgres
Expand Down
5 changes: 5 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"dependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@tanstack/react-router": "^1.45.14",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
Expand All @@ -28,6 +32,7 @@
"react-leaflet": "^4.2.1",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"ts-pattern": "^5.5.0",
"ua-parser-js": "^1.0.38",
"vite": "^5.2.10",
"zustand": "^4.5.4"
Expand Down
Loading

0 comments on commit 58f7a51

Please sign in to comment.