update hex dependencies

This commit is contained in:
2023-09-07 19:11:57 -04:00
parent fcd5dbc605
commit ef28de53a1
2 changed files with 24 additions and 24 deletions

View File

@ -51,8 +51,8 @@ defmodule Cannery.MixProject do
{:phoenix_ecto, "~> 4.4"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.18.0"},
{:phoenix_live_dashboard, "~> 0.6"},
{:phoenix_live_view, "~> 0.19.0"},
{:phoenix_live_dashboard, "~> 0.8"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
{:floki, ">= 0.30.0", only: :test},