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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 95 additions & 55 deletions apps/admin_dashboard/bun.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions apps/admin_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"preview": "vite preview --host 127.0.0.1"
},
"dependencies": {
"@tailwindcss/vite": "4.3.0",
"@tailwindcss/vite": "4.3.1",
"@vitejs/plugin-react": "6.0.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "1.16.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.0",
"tailwindcss": "4.3.1",
"tw-animate-css": "1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@biomejs/biome": "2.5.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/bun": "1.3.14",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"jsdom": "29.1.1",
"shadcn": "4.7.0",
"shadcn": "4.11.0",
"typescript": "6.0.3",
"vite": "8.0.13",
"vite": "8.0.16",
"vitest": "4.1.6"
}
}
6 changes: 3 additions & 3 deletions apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.1.0"
description = "Webhook ingest and dashboard API for 508.dev"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.116.1",
"fastapi>=0.138.0",
"httpx>=0.28.1",
"PyJWT[crypto]>=2.10.1",
"uvicorn>=0.35.0",
"psycopg[binary]>=3.2.5",
"psycopg[binary]>=3.3.4",
"redis>=6.4.0",
"pydantic~=2.10",
"pydantic~=2.13",
"pydantic-settings~=2.8",
"five08",
"worker",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"index.html": {
"file": "assets/index-BOfsNem4.js",
"file": "assets/index-DJVNsvDL.js",
"name": "index",
"src": "index.html",
"isEntry": true,
"css": [
"assets/index-DOvcAaPR.css"
"assets/index-O0VUJuOk.css"
]
}
}

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/api/src/five08/backend/static/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>508 Operations Dashboard</title>
<script type="module" crossorigin src="/dashboard/assets/index-BOfsNem4.js"></script>
<link rel="stylesheet" crossorigin href="/dashboard/assets/index-DOvcAaPR.css">
<script type="module" crossorigin src="/dashboard/assets/index-DJVNsvDL.js"></script>
<link rel="stylesheet" crossorigin href="/dashboard/assets/index-O0VUJuOk.css">
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions apps/discord_bot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.13.1",
"discord.py~=2.6.0",
"pydantic~=2.10",
"pydantic~=2.13",
"pydantic-settings~=2.8",
"python-docx>=1.2.0",
"redis>=6.4.0",
"openai>=2.0.0",
"requests~=2.31",
"requests~=2.34",
"five08",
]

Expand Down
6 changes: 3 additions & 3 deletions apps/worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dependencies = [
"dramatiq[redis]==2.0.1",
"httpx>=0.28.1",
"openai>=2.0.0",
"pydantic~=2.10",
"pydantic~=2.13",
"pydantic-settings~=2.8",
"python-docx>=1.2.0",
"redis>=6.4.0",
"requests~=2.31",
"psycopg[binary]>=3.2.5",
"requests~=2.34",
"psycopg[binary]>=3.3.4",
"five08",
]

Expand Down
6 changes: 3 additions & 3 deletions packages/shared/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies = [
"cloakbrowser>=0.3.31",
"cryptography>=46.0.0",
"curl-cffi>=0.10.0",
"pydantic~=2.10",
"pydantic~=2.13",
"pydantic-settings~=2.8",
"pymupdf>=1.26.5",
"python-docx>=1.2.0",
"psycopg[binary]>=3.2.5",
"psycopg[binary]>=3.3.4",
"redis>=6.4.0",
"requests~=2.31",
"requests~=2.34",
"sentry-sdk>=2.30.0",
# Exact-pin v4.6.1 while we wire the v4 observation-centric SDK surface.
"langfuse==4.6.1",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ members = [
[dependency-groups]
dev = [
"pytest~=9.0",
"pytest-asyncio~=1.3.0",
"pytest-asyncio~=1.4.0",
"pytest-mock~=3.15",
"coverage~=7.6",
"ruff~=0.15.10",
Expand Down
252 changes: 130 additions & 122 deletions uv.lock

Large diffs are not rendered by default.

Loading