Update dependencies

phoenix 1.7.14 => 1.7.15
phoenix_live_view 1.0.0-rc.7 => 1.0.0-rc.8
This commit is contained in:
Claudio Ortolina
2024-12-02 23:21:30 +00:00
parent 2fde159e85
commit 9448e77e23
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.7", override: true},
{:phoenix_live_view, "~> 1.0.0-rc.8", override: true},
{:floki, ">= 0.30.0", only: :test},
{:mox, "~> 1.2", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"},