Skip to content

Commit

Permalink
Bump deps for v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Nov 20, 2020
1 parent 3af1f76 commit e05af0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions installer/templates/phx_single/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ defmodule <%= app_module %>.MixProject do
{:phoenix_ecto, "~> 4.1"},
{:ecto_sql, "~> 3.4"},
{<%= inspect adapter_app %>, ">= 0.0.0"},<% end %><%= if html do %><%= if live do %>
{:phoenix_live_view, "~> 0.14.6"},
{:phoenix_live_view, "~> 0.15.0"},
{:floki, ">= 0.27.0", only: :test},<% end %>
{:phoenix_html, "~> 2.11"},
{:phoenix_live_reload, "~> 1.2", only: :dev},<% end %><%= if dashboard do %>
{:phoenix_live_dashboard, "~> 0.3"},<% end %>
{:phoenix_live_dashboard, "~> 0.4"},<% end %>
{:telemetry_metrics, "~> 0.4"},
{:telemetry_poller, "~> 0.4"},<%= if gettext do %>
{:gettext, "~> 0.11"},<% end %>
Expand Down
4 changes: 2 additions & 2 deletions installer/templates/phx_umbrella/apps/app_name_web/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ defmodule <%= web_namespace %>.MixProject do
[
<%= phoenix_dep %>,<%= if ecto do %>
{:phoenix_ecto, "~> 4.0"},<% end %><%= if html do %><%= if live do %>
{:phoenix_live_view, "~> 0.14.6"},
{:phoenix_live_view, "~> 0.15.0"},
{:floki, ">= 0.27.0", only: :test},<% end %>
{:phoenix_html, "~> 2.11"},
{:phoenix_live_reload, "~> 1.2", only: :dev},<% end %><%= if dashboard do %>
{:phoenix_live_dashboard, "~> 0.3"},<% end %>
{:phoenix_live_dashboard, "~> 0.4"},<% end %>
{:telemetry_metrics, "~> 0.4"},
{:telemetry_poller, "~> 0.4"},<%= if gettext do %>
{:gettext, "~> 0.11"},<% end %><%= if app_name != web_app_name do %>
Expand Down

0 comments on commit e05af0a

Please sign in to comment.