meeseeks in
This commit is contained in:
4
mix.exs
4
mix.exs
@ -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
|
||||
|
Reference in New Issue
Block a user