chore(deps): update dependency phoenix_live_view to ~> 0.18.0

This commit is contained in:
renovate[bot] 2023-02-26 15:19:29 +00:00 committed by GitHub
parent 28af6df793
commit 8e309e5a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ defmodule Ketbin.MixProject do
{:ecto_sql, "~> 3.7"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_view, "~> 0.16.4"},
{:phoenix_live_view, "~> 0.18.0"},
{:phoenix_live_reload, "~> 1.3", only: :dev},
{:phoenix_live_dashboard, "~> 0.5"},
{:telemetry_metrics, "~> 0.6"},