chore(deps): update mix dependencies #552

Open
renovate wants to merge 1 commit from renovate/mix-dependencies into main

View file

@ -37,7 +37,7 @@ defmodule Mv.MixProject do
# Type `mix help deps` for examples and options. # Type `mix help deps` for examples and options.
defp deps do defp deps do
[ [
{:tidewave, "~> 0.5", only: [:dev]}, {:tidewave, "~> 0.6", only: [:dev]},
{:sourceror, "~> 1.8", only: [:dev, :test]}, {:sourceror, "~> 1.8", only: [:dev, :test]},
{:live_debugger, "~> 1.0", only: [:dev]}, {:live_debugger, "~> 1.0", only: [:dev]},
{:ash_admin, "~> 1.0"}, {:ash_admin, "~> 1.0"},
@ -54,11 +54,11 @@ defmodule Mv.MixProject do
{:postgrex, ">= 0.0.0"}, {:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 4.1"}, {:phoenix_html, "~> 4.1"},
{:phoenix_live_reload, "~> 1.2", only: :dev}, {:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 1.1.0-rc.3"}, {:phoenix_live_view, "~> 1.2.0"},
{:lazy_html, ">= 0.0.0", only: :test}, {:lazy_html, ">= 0.0.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"}, {:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.9", runtime: Mix.env() == :dev}, {:esbuild, "~> 0.9", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.4", runtime: Mix.env() == :dev}, {:tailwind, "~> 0.5", runtime: Mix.env() == :dev},
{:heroicons, {:heroicons,
github: "tailwindlabs/heroicons", github: "tailwindlabs/heroicons",
tag: "v2.2.0", tag: "v2.2.0",
@ -70,7 +70,7 @@ defmodule Mv.MixProject do
{:swoosh, "~> 1.16"}, {:swoosh, "~> 1.16"},
# Required by Swoosh.Adapters.SMTP (and its Helpers use mimemail, which gen_smtp brings in) # Required by Swoosh.Adapters.SMTP (and its Helpers use mimemail, which gen_smtp brings in)
{:gen_smtp, "~> 1.0"}, {:gen_smtp, "~> 1.0"},
{:req, "~> 0.5"}, {:req, "~> 0.6"},
{:telemetry_metrics, "~> 1.0"}, {:telemetry_metrics, "~> 1.0"},
{:telemetry_poller, "~> 1.0"}, {:telemetry_poller, "~> 1.0"},
{:gettext, "~> 1.0"}, {:gettext, "~> 1.0"},