Skip to content

Commit

Permalink
[tests] Update test app for latest Phx and LiveView
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Jan 2, 2025
1 parent c743fc3 commit 80b8b1e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions test/support/apps/phx1_7/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ defmodule Phx17.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:phoenix, "~> 1.7.0"},
{:phoenix_ecto, "~> 4.4"},
{:phoenix, "~> 1.7"},
{:phoenix_ecto, "~> 4.6"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 4.1"},
{:phoenix_html, "~> 4.0"},
{:phoenix_html_helpers, "~> 1.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.20"},
{:phoenix_live_view, "~> 1.0"},
{:heroicons, "~> 0.5"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:floki, ">= 0.37.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.6"},
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:swoosh, "~> 1.3"},
{:finch, "~> 0.13"},
{:telemetry_metrics, "~> 0.6"},
Expand Down
Loading

0 comments on commit 80b8b1e

Please sign in to comment.