diff --git a/packages/web/package.json b/packages/web/package.json index bd6ab65e..632986e2 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -26,42 +26,42 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "dompurify": "^3.4.0", - "jotai": "^2.19.1", - "lucide-react": "^1.8.0", - "marked": "^18.0.2", + "dompurify": "^3.4.5", + "jotai": "^2.20.0", + "lucide-react": "^1.16.0", + "marked": "^18.0.3", "monaco-editor": "^0.55.1", "radix-ui": "^1.4.3", - "react": "^19.2.5", - "react-dom": "^19.2.5", - "react-hook-form": "^7.72.1", - "react-resizable-panels": "^4.10.0", - "react-router": "^7.14.1", + "react": "^19.2.6", + "react-dom": "^19.2.6", + "react-hook-form": "^7.76.0", + "react-resizable-panels": "^4.11.1", + "react-router": "^7.15.1", "recharts": "^3.8.1", "sonner": "^2.0.3", - "tailwind-merge": "^3.3.0", - "zod": "^4.3.6" + "tailwind-merge": "^3.6.0", + "zod": "^4.4.3" }, "devDependencies": { "@axe-core/playwright": "^4.11.3", - "@playwright/test": "^1.59.1", + "@playwright/test": "^1.60.0", "@tailwindcss/typography": "^0.5.19", - "@tailwindcss/vite": "^4.2.2", + "@tailwindcss/vite": "^4.3.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/dompurify": "^3.2.0", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", - "@vitejs/plugin-react": "^6.0.1", - "jsdom": "^29.0.2", + "@vitejs/plugin-react": "^6.0.2", + "jsdom": "^29.1.1", "nyc": "^18.0.0", - "shadcn": "^4.3.1", - "tailwindcss": "^4.2.2", + "shadcn": "^4.7.0", + "tailwindcss": "^4.3.0", "typescript": "^6.0.3", - "vite": "^8.0.9", + "vite": "^8.0.13", "vite-plugin-istanbul": "^8.0.0", - "vite-plugin-pwa": "^1.0.0", - "vitest": "^4.1.4" + "vite-plugin-pwa": "^1.3.0", + "vitest": "^4.1.6" } }