update library + group test (frontend) - #1815 #1879

This commit is contained in:
Laurent GAY
2025-11-21 17:29:16 +01:00
committed by setop
parent 40f40936ec
commit 21e9213c8a
13 changed files with 500 additions and 140 deletions

23
mix.exs
View File

@@ -138,13 +138,15 @@ defmodule Mobilizon.Mixfile do
# Type `mix help deps` for examples and options.
defp deps do
[
{:phoenix, "~> 1.7.0"},
{:phoenix, "~> 1.8"},
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_ecto, "~> 4.0"},
{:postgrex, ">= 0.17.1"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_view, "~> 0.20.0"},
{:phoenix_html, "~> 4.0"},
{:phoenix_html_helpers, "~> 1.0"},
{:phoenix_live_view, "~> 1.0"},
{:phoenix_view, "~> 2.0"},
# block by timex
{:gettext, "~> 0.24"},
{:guardian, "~> 2.0"},
{:guardian_db, "~> 3.0.0"},
@@ -152,7 +154,7 @@ defmodule Mobilizon.Mixfile do
{:argon2_elixir, "~> 4.0"},
{:cors_plug, "~> 3.0"},
{:ecto_autoslug_field, "~> 3.0"},
{:geo, "~> 3.0"},
{:geo, "~> 4.1"},
{:geo_postgis, "~> 3.1"},
{:timex, "~> 3.0"},
{:icalendar, github: "mobilizon-tools/icalendar"},
@@ -171,6 +173,7 @@ defmodule Mobilizon.Mixfile do
{:absinthe_plug, "~> 1.5.0"},
{:dataloader, "~> 2.0"},
{:atomex, "~> 0.4"},
# error in "fallback_options" (lib/mobilizon.ex)
{:cachex, "~> 3.1"},
{:geohax, "~> 1.0.0"},
{:mogrify, "~> 0.9"},
@@ -193,32 +196,34 @@ defmodule Mobilizon.Mixfile do
{:ueberauth_google, "~> 0.12.1"},
{:ueberauth_keycloak_strategy, "~> 0.4.0"},
{:ueberauth_gitlab_strategy, "~> 0.4.0"},
# depend to httpoison
{:ueberauth_cas, "~> 2.0"},
{:ecto_shortuuid, "~> 0.1"},
{:tesla, "~> 1.8.0"},
{:tesla, "~> 1.8"},
{:sitemapper, "~> 0.6"},
{:xml_builder, "~> 2.2"},
{:remote_ip, "~> 1.1"},
{:ex_cldr_languages, "~> 0.3.0"},
{:slugger, "~> 0.3"},
{:sentry, "~> 8.1"},
{:sentry, "~> 11.0"},
{:html_entities, "~> 0.5"},
{:sweet_xml, "~> 0.7"},
{:web_push_encryption, github: "danhper/elixir-web-push-encryption"},
{:eblurhash, "~> 1.2.0"},
{:struct_access, "~> 1.1.2"},
{:paasaa, "~> 0.6.0"},
{:paasaa, "~> 1.0.0"},
{:nimble_csv, "~> 1.1"},
{:export, "~> 0.1.0"},
{:erlport, "~> 0.11.0"},
{:tz_world, "~> 1.3.0"},
{:tz_world, "~> 1.4"},
{:tzdata, "~> 1.1"},
{:codepagex, "~> 0.1.6"},
{:vite_phx, "~> 0.2"},
{:unplug, "~> 1.0.0"},
{:unplug, "~> 1.1.0"},
{:replug, "~> 0.1.0"},
{:exkismet, github: "tcitworld/exkismet"},
{:rajska, github: "tcitworld/rajska", branch: "mobilizon"},
# block by tcitworld/rajska fork
{:hammer, "~> 6.1"},
{:tls_certificate_check, "~> 1.20"},
{:bandit, "~> 1.0"},