From 45b8236d62306b7f390cd043487f0af555b95b63 Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Mon, 27 May 2024 13:58:38 +0200 Subject: [PATCH] add live_view as optional dependency --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index bccb50a..ba3a286 100644 --- a/mix.exs +++ b/mix.exs @@ -51,12 +51,12 @@ defmodule PolymorphicEmbed.MixProject do {:jason, "~> 1.4"}, {:phoenix_html, "~> 4.1", optional: true}, {:phoenix_html_helpers, "~> 1.0", optional: true}, + {:phoenix_live_view, "~> 0.19", optional: true}, {:ex_doc, "~> 0.33", only: :dev}, {:ecto_sql, "~> 3.11", only: :test}, {:postgrex, "~> 0.18", only: :test}, {:query_builder, "~> 1.4", only: :test}, {:phoenix_ecto, "~> 4.6", only: :test}, - {:phoenix_live_view, "~> 0.20", only: :test}, {:floki, "~> 0.36", only: :test}, {:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false}, {:excoveralls, "~> 0.18", only: :test},