meeseeks in

This commit is contained in:
2024-06-04 00:06:23 +02:00
parent 757c1fe063
commit 4a25eae6c6
3 changed files with 66 additions and 32 deletions

View File

@ -39,8 +39,7 @@ defmodule SomethingErlang.MixProject do
{:phoenix_html, "~> 4.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.20.2"},
# {:floki, ">= 0.30.0", only: :test},
{:floki, ">= 0.30.0"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
@ -59,6 +58,7 @@ defmodule SomethingErlang.MixProject do
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.2"},
{:meeseeks, "~> 0.17.0"},
{:req, "~> 0.5.0"}
]
end