Skip to content

Commit

Permalink
Upgrade ash_admin, ash, other deps (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Mar 27, 2024
1 parent a3647fe commit 2e23900
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule Orcasite.Mixfile do
{:phoenix_live_dashboard, "~> 0.8.0"},
{:esbuild, "~> 0.7", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:swoosh, "~> 1.3"},
{:swoosh, "~> 1.16"},
{:finch, "~> 0.13"},
{:floki, ">= 0.30.0", only: :test},
{:gettext, "~> 0.20"},
Expand All @@ -76,8 +76,8 @@ defmodule Orcasite.Mixfile do
{:corsica, "~> 2.1"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
{:ash, "~> 2.6", override: true},
{:ash_admin, github: "ash-project/ash_admin", branch: "main"},
{:ash, "~> 2.21.2"},
{:ash_admin, "~> 0.10.8"},
{:ash_postgres, "~> 1.3"},
{:heroicons, "~> 0.5"},
{:oban, "~> 2.14"},
Expand Down
Loading

0 comments on commit 2e23900

Please sign in to comment.