From f8e881ec7bbd80678c0e58af76e0f63aa83cf6c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:11:17 +0000 Subject: [PATCH] Update dependency phoenix_live_dashboard to ~> 0.8 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6143f1a..2b9ee7c 100644 --- a/mix.exs +++ b/mix.exs @@ -49,7 +49,7 @@ defmodule Orangutan.MixProject do {:phoenix_live_reload, "~> 1.2", only: :dev}, {:phoenix_live_view, "~> 0.17.5"}, {:floki, ">= 0.30.0", only: :test}, - {:phoenix_live_dashboard, "~> 0.6"}, + {:phoenix_live_dashboard, "~> 0.8"}, {:esbuild, "~> 0.7", runtime: Mix.env() == :dev}, {:swoosh, "~> 1.3"}, {:telemetry_metrics, "~> 0.6"},