diff --git a/installer/templates/phx_umbrella/apps/app_name_web/mix.exs b/installer/templates/phx_umbrella/apps/app_name_web/mix.exs index ee8416b15f..b709f43ed7 100644 --- a/installer/templates/phx_umbrella/apps/app_name_web/mix.exs +++ b/installer/templates/phx_umbrella/apps/app_name_web/mix.exs @@ -40,7 +40,7 @@ defmodule <%= @web_namespace %>.MixProject do <%= @phoenix_dep %>,<%= if @ecto do %> {:phoenix_ecto, "~> 4.1"},<% end %><%= if @html do %><%= if @live do %> {:phoenix_live_view, "~> 0.15.0"}, - {:floki, ">= 0.27.0", only: :test},<% end %> + {:floki, ">= 0.30.0", only: :test},<% end %> {:phoenix_html, "~> 2.11"}, {:phoenix_live_reload, "~> 1.2", only: :dev},<% end %><%= if @dashboard do %> {:phoenix_live_dashboard, "~> 0.4"},<% end %> diff --git a/integration_test/mix.exs b/integration_test/mix.exs index 655a14e5c1..09134b8d4a 100644 --- a/integration_test/mix.exs +++ b/integration_test/mix.exs @@ -34,7 +34,7 @@ defmodule Phoenix.Integration.MixProject do {:myxql, ">= 0.0.0"}, {:tds, ">= 0.0.0"}, {:phoenix_live_view, "~> 0.15.0"}, - {:floki, ">= 0.27.0"}, + {:floki, ">= 0.30.0"}, {:phoenix_html, "~> 2.11"}, {:phoenix_live_reload, "~> 1.2"}, {:phoenix_live_dashboard, "~> 0.4"},