From eab0d0e0975bbd9f08f0c04a1afebcb848bf89c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 16:30:01 +0000 Subject: [PATCH] chore(deps): 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 58533f7..6c23459 100644 --- a/mix.exs +++ b/mix.exs @@ -41,7 +41,7 @@ defmodule Ketbin.MixProject do {:phoenix_html, "~> 3.0"}, {:phoenix_live_view, "~> 0.18.0"}, {:phoenix_live_reload, "~> 1.3", only: :dev}, - {:phoenix_live_dashboard, "~> 0.5"}, + {:phoenix_live_dashboard, "~> 0.8"}, {:telemetry_metrics, "~> 0.6"}, {:telemetry_poller, "~> 0.5"}, {:gettext, "~> 0.18"}, -- 2.45.2