chore(deps): Update dependency phoenix_live_view to ~> 1.1.28
This commit is contained in:
parent
b902480361
commit
ab5a00af79
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -56,7 +56,7 @@ defmodule Towerops.MixProject do
|
|||
{:postgrex, ">= 0.0.0"},
|
||||
{:phoenix_html, "~> 4.1"},
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:phoenix_live_view, "~> 1.1.0"},
|
||||
{:phoenix_live_view, "~> 1.1.28"},
|
||||
{:lazy_html, ">= 0.1.0", only: :test},
|
||||
{:phoenix_live_dashboard, "~> 0.8.3"},
|
||||
{:esbuild, "~> 0.10", runtime: Mix.env() == :dev},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue