Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm ci
COPY . .
RUN VITE_API_BASE_URL=/v1/ npm run build

FROM nginx:1.31.0-alpine
FROM nginx:1.31.1-alpine

RUN apk upgrade --no-cache

Expand Down
220 changes: 131 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-scan": "^0.5.7",
"react-spring": "^10.0.3",
"react-use": "^17.6.0",
"recharts": "^2.15.4",
"recharts": "^3.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.3.0",
Expand Down
Loading
Loading