Skip to content

Commit

Permalink
Upgrade forgotten floki deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrenner committed Mar 2, 2021
1 parent 03670cf commit 529cd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/templates/phx_umbrella/apps/app_name_web/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down
2 changes: 1 addition & 1 deletion integration_test/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 529cd27

Please sign in to comment.