diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 1ab265c..de09d1f 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -14,7 +14,7 @@ "@vibe/ui": "workspace:*", "@vibe/utils": "workspace:*", "@vibe/shared": "workspace:*", - "lucide-react": "^0.545.0", + "lucide-react": "^0.548.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-router-dom": "^7.8.2", diff --git a/package.json b/package.json index 290398f..6d4374c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "A frontend dashboard for displaying different metrics using bar charts", "private": true, - "packageManager": "pnpm@10.18.2", + "packageManager": "pnpm@10.19.0", "type": "module", "scripts": { "ready": "vite run lint && vite test && vite run build", @@ -17,13 +17,13 @@ "devDependencies": { "@voidzero-dev/vite-plus": "latest", "dprint": "^0.50.2", - "oxlint-tsgolint": "^0.2.1", + "oxlint-tsgolint": "^0.3.0", "top-github-dependents-by-stars": "^1.0.4", "vitest": "^3.2.4" }, "pnpm": { "overrides": { - "vite": "npm:rolldown-vite@7.1.17" + "vite": "npm:rolldown-vite@7.1.19" }, "onlyBuiltDependencies": [ "@tailwindcss/oxide", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6318b76..4436841 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "lucide-react": "^0.545.0", + "lucide-react": "^0.548.0", "react": "^19.1.1", "react-dom": "^19.1.1" },