9
mix.exs
9
mix.exs
@@ -151,7 +151,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:jason, "~> 1.2"},
|
||||
{:ecto_enum, "~> 1.4"},
|
||||
{:ex_ical, "~> 0.2"},
|
||||
{:swoosh, "~> 1.6"},
|
||||
{:swoosh, "~> 1.7"},
|
||||
{:gen_smtp, "~> 1.1"},
|
||||
{:phoenix_swoosh, "~> 1.0"},
|
||||
{:geolix, "~> 2.0"},
|
||||
@@ -167,7 +167,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:mogrify, "~> 0.9"},
|
||||
{:linkify, "~> 0.3"},
|
||||
{:http_signatures, "~> 0.1.0"},
|
||||
{:ex_cldr, "~> 2.29.0"},
|
||||
{:ex_cldr, "~> 2.30.0"},
|
||||
{:ex_cldr_dates_times, "~> 2.2"},
|
||||
{:ex_cldr_plugs, "~> 1.0"},
|
||||
{:ex_optimizer, "~> 0.1"},
|
||||
@@ -176,8 +176,9 @@ defmodule Mobilizon.Mixfile do
|
||||
{:floki, "~> 0.31"},
|
||||
{:ip_reserved, "~> 0.1.0"},
|
||||
{:fast_sanitize, "~> 0.1"},
|
||||
{:ueberauth, "~> 0.7"},
|
||||
{:ueberauth, "~> 0.9", override: true},
|
||||
{:ueberauth_twitter, "~> 0.4"},
|
||||
{:ueberauth_discord, "~> 0.7"},
|
||||
{:ueberauth_github, "~> 0.8.1"},
|
||||
{:ueberauth_facebook, "~> 0.9"},
|
||||
{:ueberauth_google, "~> 0.10.1"},
|
||||
@@ -197,7 +198,7 @@ defmodule Mobilizon.Mixfile do
|
||||
{:web_push_encryption, github: "danhper/elixir-web-push-encryption"},
|
||||
{:eblurhash, "~> 1.2.0"},
|
||||
{:struct_access, "~> 1.1.2"},
|
||||
{:paasaa, "~> 0.5.0"},
|
||||
{:paasaa, "~> 0.6.0"},
|
||||
{:nimble_csv, "~> 1.1"},
|
||||
{:export, "~> 0.1.0"},
|
||||
{:tz_world, "~> 1.0"},
|
||||
|
||||
Reference in New Issue
Block a user