Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule Latchkey.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 1.2.0"},
{:lazy_html, ">= 0.1.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:phoenix_live_dashboard, "~> 0.9.1"},
{:esbuild, "~> 0.10", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.5", runtime: Mix.env() == :dev},
{:heroicons,
Expand Down Expand Up @@ -105,7 +105,7 @@ defmodule Latchkey.MixProject do
# Seed-time only: deterministic human-legible identity for the disposable
# Simulation.Directory (ADR 0008). Never on the event log.
{:faker, "~> 0.18"},
{:dns_cluster, "~> 0.2.0"},
{:dns_cluster, "~> 0.3.0"},
{:bandit, "~> 1.5"}
]
end
Expand Down
Loading
Loading