diff --git a/studio/frontend/package.json b/studio/frontend/package.json index d9bab4de7e0..9ac1f8b7113 100644 --- a/studio/frontend/package.json +++ b/studio/frontend/package.json @@ -20,12 +20,12 @@ "@assistant-ui/react-markdown": "^0.12.3", "@assistant-ui/react-streamdown": "^0.1.2", "@base-ui/react": "^1.2.0", - "@dagrejs/dagre": "^2.0.4", - "@dagrejs/graphlib": "^3.0.4", + "@dagrejs/dagre": "^3.0.0", + "@dagrejs/graphlib": "^4.0.1", "@fontsource-variable/figtree": "^5.2.10", "@fontsource-variable/inter": "^5.2.8", "@fontsource-variable/space-grotesk": "^5.2.10", - "@hugeicons/core-free-icons": "^3.1.1", + "@hugeicons/core-free-icons": "^4.1.1", "@hugeicons/react": "^1.1.5", "@huggingface/hub": "^2.9.0", "@langchain/core": "^1.1.27", @@ -34,8 +34,8 @@ "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", - "@streamdown/cjk": "1.0.2", - "@streamdown/code": "1.0.2", + "@streamdown/cjk": "1.0.3", + "@streamdown/code": "1.1.1", "@streamdown/math": "1.0.2", "@streamdown/mermaid": "1.0.2", "@tailwindcss/vite": "^4.2.2", @@ -53,7 +53,7 @@ "dexie": "^4.3.0", "js-yaml": "^4.1.1", "katex": "^0.16.28", - "lucide-react": "^0.577.0", + "lucide-react": "^1.7.0", "mammoth": "^1.11.0", "motion": "^12.34.0", "next": "^16.1.6", @@ -63,11 +63,11 @@ "react-day-picker": "^9.13.2", "react-dom": "^19.2.4", "react-resizable-panels": "^4.6.4", - "recharts": "3.7.0", + "recharts": "3.8.1", "remark-gfm": "^4.0.1", - "shadcn": "^3.8.4", + "shadcn": "^4.1.2", "sonner": "^2.0.7", - "streamdown": "2.3.0", + "streamdown": "2.5.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18", "tw-animate-css": "^1.4.0", @@ -76,18 +76,18 @@ "zustand": "^5.0.11" }, "devDependencies": { - "@biomejs/biome": "^1.9.4", - "@eslint/js": "^9.39.1", + "@biomejs/biome": "^2.4.10", + "@eslint/js": "^10.0.1", "@types/js-yaml": "^4.0.9", - "@types/node": "^24.10.1", + "@types/node": "^25.5.2", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", - "eslint": "^9.39.1", + "eslint": "^10.2.0", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.26", - "globals": "^16.5.0", - "typescript": "~5.9.3", + "eslint-plugin-react-refresh": "^0.5.2", + "globals": "^17.4.0", + "typescript": "~6.0.2", "typescript-eslint": "^8.55.0", "vite": "^8.0.1" }