diff --git a/apps/app/next-env.d.ts b/apps/app/next-env.d.ts index 4f11a03..40c3d68 100644 --- a/apps/app/next-env.d.ts +++ b/apps/app/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/apps/app/package.json b/apps/app/package.json index b1400b3..d67b49a 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -14,15 +14,15 @@ "postinstall": "cd ../../ && bun run postinstall" }, "dependencies": { - "@clerk/localizations": "^2.7.1", - "@clerk/nextjs": "^5.3.7", + "@clerk/localizations": "^2.8.1", + "@clerk/nextjs": "^5.4.1", "@react-pdf/renderer": "^3.4.4", "@repo/ds": "1.0.0", "@repo/env": "1.0.0", "@repo/schemas": "1.0.0", "@repo/services": "1.0.0", - "@tanstack/react-query": "^5.53.3", - "@tanstack/react-query-devtools": "^5.53.3", + "@tanstack/react-query": "^5.54.1", + "@tanstack/react-query-devtools": "^5.54.1", "@upstash/ratelimit": "^2.0.2", "@vercel/analytics": "^1.3.1", "@vercel/functions": "^1.4.1", @@ -30,7 +30,7 @@ "@vercel/speed-insights": "^1.0.12", "@yamiassu/shared": "*", "lucide-react": "^0.438.0", - "next": "^14.2.7", + "next": "^14.2.8", "next-intl": "^3.19.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -38,11 +38,11 @@ }, "devDependencies": { "@repo/config": "0.0.0", - "@types/node": "^22.5.2", + "@types/node": "^22.5.3", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", - "postcss": "^8.4.44", + "postcss": "^8.4.45", "tailwindcss": "^3.4.10", "typescript": "^5.5.4" } diff --git a/apps/app/src/app/(app)/page.tsx b/apps/app/src/app/(app)/page.tsx index 77bc786..92f9505 100644 --- a/apps/app/src/app/(app)/page.tsx +++ b/apps/app/src/app/(app)/page.tsx @@ -50,7 +50,7 @@ export default function Page() { - + Em breve @@ -180,19 +180,14 @@ export default function Page() {

- +
-

Comunidade

+

Comunidade

Nós estamos aqui graças àqueles que nos ajudam. A comunidade é a @@ -204,7 +199,7 @@ export default function Page() {

-

Código aberto

+

Código aberto

Nosso código está inteiramente disponível e aberto para @@ -216,7 +211,7 @@ export default function Page() {

-

Parceiros

+

Parceiros

Nossos parceiros nos permitem ir mais longe. Graças a essas diff --git a/apps/app/src/app/(app)/profiles/_components/filter.tsx b/apps/app/src/app/(app)/profiles/_components/filter.tsx index 8cb5fcd..cf47333 100644 --- a/apps/app/src/app/(app)/profiles/_components/filter.tsx +++ b/apps/app/src/app/(app)/profiles/_components/filter.tsx @@ -3,12 +3,10 @@ import Field from "@repo/ds/form/field"; import Form from "@repo/ds/form/form"; import { Button } from "@repo/ds/ui/button"; -import { Calendar } from "@repo/ds/ui/calendar"; import { CalendarInput } from "@repo/ds/ui/calendar-input"; import { Input } from "@repo/ds/ui/input"; -import { Popover, PopoverContent, PopoverTrigger } from "@repo/ds/ui/popover"; import { parseToDate, stringifyDate } from "@repo/ds/utils/date"; -import { CalendarIcon, Trash } from "lucide-react"; +import { Trash } from "lucide-react"; import { useTranslations } from "next-intl"; import { useRouter } from "next/navigation"; import { useRef } from "react"; @@ -24,7 +22,7 @@ export function Filter(props: Props) { return (