Merge pull request #22 from SphericalKat/renovate/phoenix_live_view-0.x

This commit is contained in:
Amogh Lele 2023-02-27 17:08:02 +05:30 committed by GitHub
commit dd33c1eb64
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"}, {: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"},