Update dependencies

phoenix 1.7.15 => 1.7.17
phoenix_live_view 1.0.0-rc.8 => 1.0.0
This commit is contained in:
Claudio Ortolina
2024-12-03 23:05:13 +00:00
parent 2321cc8cfb
commit 4dcd0f2dd0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ defmodule MusicLibrary.MixProject do
{:vix, "~> 0.31.1"},
{:nimble_parsec, "~> 1.4"},
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.8", override: true},
{:phoenix_live_view, "~> 1.0.0"},
{:phoenix_html_helpers, "~> 1.0"},
{:floki, ">= 0.30.0", only: :test},
{:mox, "~> 1.2", only: :test},