Skip to content

Commit 01da927

Browse files
chore(deps): pin dependencies
1 parent 6876130 commit 01da927

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mix.exs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ defmodule IeeeTamuPortal.MixProject do
3535
defp deps do
3636
[
3737
{:bcrypt_elixir, "3.3.2"},
38-
{:phoenix, "== 1.8.3"},
38+
{:phoenix, "1.8.3"},
3939
{:phoenix_ecto, "4.7.0"},
40-
{:ecto_sql, "== 3.13.3"},
40+
{:ecto_sql, "3.13.3"},
4141
{:myxql, "0.8.0"},
4242
{:ecto_mysql_extras, "0.6.3", only: :dev},
4343
{:phoenix_html, "4.3.0"},
44-
{:phoenix_live_reload, "== 1.6.2", only: :dev},
45-
{:phoenix_live_view, "== 1.1.19"},
44+
{:phoenix_live_reload, "1.6.2", only: :dev},
45+
{:phoenix_live_view, "1.1.19"},
4646
{:aws_signature, "0.4.2"},
4747
{:phoenix_live_dashboard, "0.8.7"},
4848
{:esbuild, "0.10.0", runtime: Mix.env() == :dev},
@@ -54,14 +54,14 @@ defmodule IeeeTamuPortal.MixProject do
5454
app: false,
5555
compile: false,
5656
depth: 1},
57-
{:swoosh, "== 1.19.9"},
57+
{:swoosh, "1.19.9"},
5858
{:gen_smtp, "1.3.0", only: :prod},
5959
{:telemetry_metrics, "1.1.0"},
6060
{:telemetry_poller, "1.3.0"},
6161
{:gettext, "0.26.2"},
6262
{:jason, "1.4.4"},
6363
{:dns_cluster, "0.2.0"},
64-
{:bandit, "== 1.9.0"},
64+
{:bandit, "1.9.0"},
6565
{:open_api_spex, "3.22.1"},
6666
{:deps_nix, "2.6.0", only: :dev},
6767
{:req, "0.5.16"},
@@ -74,7 +74,7 @@ defmodule IeeeTamuPortal.MixProject do
7474
{:igniter_new, "0.5.32", only: :dev},
7575
{:nimble_csv, "1.3.0"},
7676
{:eqrcode, "0.2.1"},
77-
{:live_debugger, "== 0.5.0", only: [:dev]},
77+
{:live_debugger, "0.5.0", only: [:dev]},
7878
{:icalendar, github: "tcitworld/icalendar", branch: "main"},
7979
{:tzdata, "1.1.3"}
8080
]

0 commit comments

Comments
 (0)