chore(deps): update dependency phoenix_live_view to ~> 0.18.0 #22
2
mix.exs
2
mix.exs
@ -39,7 +39,7 @@ defmodule Ketbin.MixProject do
|
|||||||
{:ecto_sql, "~> 3.7"},
|
{:ecto_sql, "~> 3.7"},
|
||||||
{:postgrex, ">= 0.0.0"},
|
{:postgrex, ">= 0.0.0"},
|
||||||
{:phoenix_html, "~> 3.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_reload, "~> 1.3", only: :dev},
|
||||||
{:phoenix_live_dashboard, "~> 0.5"},
|
{:phoenix_live_dashboard, "~> 0.5"},
|
||||||
{:telemetry_metrics, "~> 0.6"},
|
{:telemetry_metrics, "~> 0.6"},
|
||||||
|
Loading…
Reference in New Issue
Block a user