diff --git a/apps/web/package.json b/apps/web/package.json index b7ae530b..8da3513b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -24,22 +24,22 @@ "typecheck": "tsc -b tsconfig.app.json tsconfig.node.json && tsc -p tsconfig.vitest.json" }, "dependencies": { - "@radix-ui/react-slot": "^1.2.4", - "@radix-ui/react-switch": "^1.2.6", - "@tailwindcss/vite": "^4.2.2", + "@radix-ui/react-slot": "^1.3.0", + "@radix-ui/react-switch": "^1.3.1", + "@tailwindcss/vite": "^4.3.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "date-fns": "^4.1.0", + "date-fns": "^4.4.0", "lucide-react": "^0.563.0", "next-themes": "^0.4.6", - "react": "^19.2.5", + "react": "^19.2.7", "react-day-picker": "^9.14.0", - "react-dom": "^19.2.5", - "react-router-dom": "^7.13.0", - "recharts": "^3.7.0", - "swr": "^2.4.1", - "tailwind-merge": "^3.4.1", - "tailwindcss": "^4.2.2" + "react-dom": "^19.2.7", + "react-router-dom": "^7.18.0", + "recharts": "^3.9.0", + "swr": "^2.4.2", + "tailwind-merge": "^3.6.0", + "tailwindcss": "^4.3.1" }, "devDependencies": { "@biomejs/biome": "catalog:", @@ -47,12 +47,12 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.3", "@vitest/coverage-v8": "catalog:", "jsdom": "^28.0.0", - "msw": "^2.12.10", + "msw": "^2.14.6", "typescript": "catalog:", "vite": "^7.3.1", "vitest": "catalog:"