Add Oban Web and upgrade LiveView, plug
This commit is contained in:
parent
033083d1d1
commit
af4bed50e6
3 changed files with 8 additions and 3 deletions
3
mix.exs
3
mix.exs
|
|
@ -130,7 +130,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:ecto_enum, "~> 1.4"},
|
||||
{:postgrex, ">= 0.20.0"},
|
||||
{:phoenix_html, "~> 3.3"},
|
||||
{:phoenix_live_view, "~> 0.19.0"},
|
||||
{:phoenix_live_view, "~> 1.1.0"},
|
||||
{:phoenix_live_dashboard, "~> 0.8.0"},
|
||||
{:telemetry_metrics, "~> 0.6"},
|
||||
{:telemetry_poller, "~> 1.0"},
|
||||
|
|
@ -140,6 +140,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:oban_plugins_lazarus,
|
||||
git: "https://git.pleroma.social/pleroma/elixir-libraries/oban_plugins_lazarus.git",
|
||||
ref: "e49fc355baaf0e435208bf5f534d31e26e897711"},
|
||||
{:oban_web, "~> 2.11"},
|
||||
{:gettext, "~> 0.20"},
|
||||
{:bcrypt_elixir, "~> 2.2"},
|
||||
{:trailing_format_plug, "~> 0.0.7"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue