diff --git a/apps/web/components.json b/apps/web/components.json index 121058e..7ab4246 100644 --- a/apps/web/components.json +++ b/apps/web/components.json @@ -4,7 +4,7 @@ "rsc": false, "tsx": true, "tailwind": { - "config": "../../packages/ui/tailwind.config.ts", + "config": "", "css": "../../packages/ui/src/styles/globals.css", "baseColor": "slate", "cssVariables": true diff --git a/apps/web/package.json b/apps/web/package.json index 34f1d46..379b3d9 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,21 +12,21 @@ "messages:compile": "lingui compile --typescript", "preview": "vite preview" }, - "packageManager": "bun@1.2.4", + "packageManager": "bun@1.2.6", "dependencies": { "@elysiajs/eden": "^1.2.0", - "@lingui/core": "^5.2.0", - "@lingui/react": "^5.2.0", - "@sinclair/typebox": "^0.34.28", + "@lingui/core": "^5.3.0", + "@lingui/react": "^5.3.0", + "@sinclair/typebox": "^0.34.31", "@workspace/schema": "workspace:*", "@workspace/ui": "workspace:*", "browser-fs-access": "^0.35.0", "clsx": "^2.1.1", "idb-keyval": "^6.2.1", - "jotai": "^2.12.1", - "jotai-effect": "^2.0.1", + "jotai": "^2.12.2", + "jotai-effect": "^2.0.2", "jotai-optics": "^0.4.0", - "lucide-react": "^0.479.0", + "lucide-react": "^0.484.0", "optics-ts": "^2.4.1", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -34,24 +34,24 @@ "react-hotkeys-hook": "^4.6.1" }, "devDependencies": { - "@lingui/cli": "^5.2.0", - "@lingui/conf": "^5.2.0", - "@lingui/swc-plugin": "5.1.0", - "@lingui/vite-plugin": "^5.2.0", - "@tailwindcss/vite": "^4.0.6", + "@lingui/cli": "^5.3.0", + "@lingui/conf": "^5.3.0", + "@lingui/swc-plugin": "5.5.1", + "@lingui/vite-plugin": "^5.3.0", + "@tailwindcss/vite": "^4.0.16", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@tsconfig/vite-react": "^3.4.0", - "@types/bun": "^1.2.4", - "@types/node": "^22.13.10", - "@types/react": "^19.0.10", + "@types/bun": "^1.2.6", + "@types/node": "^22.13.13", + "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", - "@vitejs/plugin-react-swc": "3.8.0", + "@vitejs/plugin-react-swc": "3.8.1", "@workspace/eslint-config": "workspace:*", "elysia": "^1.2.25", - "happy-dom": "^17.4.2", - "tailwindcss": "^4.0.6", + "happy-dom": "^17.4.4", + "tailwindcss": "^4.0.16", "vite-tsconfig-paths": "^5.1.4" } } diff --git a/apps/web/public/favicon.svg b/apps/web/public/favicon.svg index 409e50f..0d4e560 100644 --- a/apps/web/public/favicon.svg +++ b/apps/web/public/favicon.svg @@ -7,6 +7,5 @@ - \ No newline at end of file diff --git a/apps/web/src/App.tsx b/apps/web/src/App.tsx index 77336ca..e0a03aa 100644 --- a/apps/web/src/App.tsx +++ b/apps/web/src/App.tsx @@ -44,7 +44,7 @@ export function App() { -