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
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Get5Api.MixProject do
defp deps do
[
{:tidewave, "~> 0.1", only: [:dev]},
{:phoenix, "~> 1.7.10"},
{:phoenix, "~> 1.8.2"},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
{:postgrex, ">= 0.0.0"},
Expand All @@ -44,11 +44,11 @@ defmodule Get5Api.MixProject do
# {:phoenix_live_dashboard, "~> 0.8.2"},
{:phoenix_live_reload, "~> 1.5", only: :dev},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.4.1", runtime: Mix.env() == :dev},
{:heroicons, "~> 0.5"},
{:telemetry_metrics, "~> 1.0"},
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:gettext, "~> 1.0"},
{:jason, "~> 1.2"},
{:bandit, "~> 1.4"},
{:hpax, "~> 1.0.0", override: true},
Expand All @@ -65,7 +65,7 @@ defmodule Get5Api.MixProject do
# rcon depencency
{:socket, "~> 0.3"},
# For mocking rcon
{:thousand_island, "~> 1.3.2"},
{:thousand_island, "~> 1.4.2"},
{:floki, ">= 0.30.0", only: :test},
{:sweet_xml, "~> 0.7.1"},
{:req, "~> 0.5.0"}
Expand Down
Loading