Update dependency phoenix_live_view to ~> 0.20
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Daft Bot 2023-09-22 21:10:26 +02:00
parent 26bcc7d383
commit 1ed915c7d8

View file

@ -52,7 +52,7 @@ defmodule Chiya.MixProject do
{:phoenix_html, "~> 3.3"}, {:phoenix_html, "~> 3.3"},
{:phoenix_live_dashboard, "~> 0.8.0"}, {:phoenix_live_dashboard, "~> 0.8.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev}, {:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.19"}, {:phoenix_live_view, "~> 0.20"},
{:plug_cowboy, "~> 2.5"}, {:plug_cowboy, "~> 2.5"},
{:postgrex, ">= 0.0.0"}, {:postgrex, ">= 0.0.0"},
{:slugger, "~> 0.3"}, {:slugger, "~> 0.3"},