16
mix.exs
16
mix.exs
@@ -141,14 +141,14 @@ defmodule Mobilizon.Mixfile do
|
||||
{:phoenix_ecto, "~> 4.0"},
|
||||
{:postgrex, ">= 0.17.1"},
|
||||
{:phoenix_html, "~> 3.0"},
|
||||
{:phoenix_live_view, "~> 0.19.0"},
|
||||
{:phoenix_live_view, "~> 0.20.0"},
|
||||
{:phoenix_view, "~> 2.0"},
|
||||
{:gettext, "~> 0.23.1"},
|
||||
{:cowboy, "~> 2.6"},
|
||||
{:guardian, "~> 2.0"},
|
||||
{:guardian_db, "~> 2.1.0"},
|
||||
{:guardian_db, "~> 3.0.0"},
|
||||
{:guardian_phoenix, "~> 2.0"},
|
||||
{:argon2_elixir, "~> 3.0"},
|
||||
{:argon2_elixir, "~> 4.0"},
|
||||
{:cors_plug, "~> 3.0"},
|
||||
{:ecto_autoslug_field, "~> 3.0"},
|
||||
{:geo, "~> 3.0"},
|
||||
@@ -190,18 +190,18 @@ defmodule Mobilizon.Mixfile do
|
||||
{:ueberauth_discord, "~> 0.7"},
|
||||
{:ueberauth_github, "~> 0.8.1"},
|
||||
{:ueberauth_facebook, "~> 0.9"},
|
||||
{:ueberauth_google, "~> 0.10.1"},
|
||||
{:ueberauth_google, "~> 0.12.1"},
|
||||
{:ueberauth_keycloak_strategy, "~> 0.4.0"},
|
||||
{:ueberauth_gitlab_strategy, "~> 0.4.0"},
|
||||
{:ueberauth_cas, "~> 2.0"},
|
||||
{:ecto_shortuuid, "~> 0.1"},
|
||||
{:tesla, "~> 1.7.0"},
|
||||
{:tesla, "~> 1.8.0"},
|
||||
{:sitemapper, "~> 0.6"},
|
||||
{:xml_builder, "~> 2.2"},
|
||||
{:remote_ip, "~> 1.1"},
|
||||
{:ex_cldr_languages, "~> 0.3.0"},
|
||||
{:slugger, "~> 0.3"},
|
||||
{:sentry, "~> 8.0"},
|
||||
{:sentry, "~> 9.0"},
|
||||
{:html_entities, "~> 0.5"},
|
||||
{:sweet_xml, "~> 0.7"},
|
||||
{:web_push_encryption, github: "danhper/elixir-web-push-encryption"},
|
||||
@@ -211,7 +211,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:nimble_csv, "~> 1.1"},
|
||||
{:export, "~> 0.1.0"},
|
||||
{:erlport, "~> 0.11.0"},
|
||||
{:tz_world, "1.3.0"},
|
||||
{:tz_world, "~> 1.3.0"},
|
||||
{:tzdata, "~> 1.1"},
|
||||
{:codepagex, "~> 0.1.6"},
|
||||
{:vite_phx, "~> 0.2"},
|
||||
@@ -223,7 +223,7 @@ defmodule Mobilizon.Mixfile do
|
||||
# Dev and test dependencies
|
||||
{:phoenix_live_reload, "~> 1.2", only: [:dev, :e2e]},
|
||||
{:ex_machina, "~> 2.3", only: [:dev, :test]},
|
||||
{:excoveralls, "~> 0.17.0", only: :test},
|
||||
{:excoveralls, "~> 0.18.0", only: :test},
|
||||
{:ex_doc, "~> 0.25", only: [:dev, :test], runtime: false},
|
||||
{:mix_test_watch, "~> 1.0", only: :dev, runtime: false},
|
||||
{:ex_unit_notifier, "~> 1.0", only: :test},
|
||||
|
||||
Reference in New Issue
Block a user