chore(deps): update mix dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a629bfb617
commit
ba39632c38
1 changed files with 4 additions and 4 deletions
8
mix.exs
8
mix.exs
|
|
@ -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"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue