Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 112 additions & 108 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.6/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.10/schema.json",
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"files": {
"includes": [
Expand Down
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:ui": "bunx playwright test --ui"
},
"dependencies": {
"@hookform/resolvers": "^5.7.1",
"@hookform/resolvers": "^5.9.1",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
Expand All @@ -27,39 +27,39 @@
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-tooltip": "^1.2.16",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-query-devtools": "^5.101.4",
"@tanstack/react-router": "^1.170.18",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-query": "^5.102.3",
"@tanstack/react-query-devtools": "^5.102.3",
"@tanstack/react-router": "^1.170.32",
"@tanstack/react-router-devtools": "^1.167.1",
"@tanstack/react-table": "^8.21.3",
"axios": "1.18.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"form-data": "4.0.6",
"lucide-react": "^1.28.0",
"lucide-react": "^1.34.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-error-boundary": "^6.1.2",
"react-hook-form": "^7.84.0",
"react-error-boundary": "^6.1.3",
"react-hook-form": "^7.86.0",
"react-icons": "^5.7.0",
"sonner": "^2.0.7",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.2.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"@biomejs/biome": "^2.5.10",
"@hey-api/openapi-ts": "0.97.3",
"@playwright/test": "1.62.1",
"@tanstack/router-devtools": "^1.167.0",
"@tanstack/router-plugin": "^1.168.23",
"@types/node": "^26.1.2",
"@tanstack/router-devtools": "^1.167.1",
"@tanstack/router-plugin": "^1.168.35",
"@types/node": "^26.3.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react-swc": "^4.3.3",
"dotenv": "^17.4.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^8.2.0"
"vite": "^8.2.2"
}
}
2 changes: 1 addition & 1 deletion frontend/public/assets/images/fastapi-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/public/assets/images/fastapi-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@react-email/components": "1.0.12",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-email": "6.9.1"
"react-email": "6.9.2"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"@react-email/ui": "6.9.1",
"@biomejs/biome": "^2.5.10",
"@react-email/ui": "6.9.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4"
"@types/react-dom": "^19.2.5"
}
}