Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianberlin committed Mar 11, 2024
1 parent 334860d commit 6389b4e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ defmodule Brian.MixProject do
defp deps do
[
{:cachex, "~> 3.6"},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.3", only: [:dev], runtime: false},
{:esbuild, "~> 0.7", runtime: Mix.env() == :dev},
{:floki, ">= 0.30.0", only: :test},
{:jason, "~> 1.2"},
{:jason, "~> 1.4.1"},
{:lcov_ex, "~> 0.3.2"},
{:makeup_elixir, "~> 0.16.1"},
{:makeup, "~> 1.1"},
{:mox, "~> 1.0", only: :test},
{:phoenix_html, "~> 3.3"},
{:phoenix_html, "~> 4.1.1"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.19.0"},
{:phoenix_live_view, "~> 0.20.12"},
{:phoenix, "~> 1.7.3"},
{:plug_cowboy, "~> 2.5"},
{:req, "~> 0.3.8"},
{:req, "~> 0.4.13"},
{:tailwind, "~> 0.2.0", runtime: Mix.env() == :dev},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"}
Expand Down
Loading

0 comments on commit 6389b4e

Please sign in to comment.