chore(deps): update mix dependencies
Some checks failed
continuous-integration/drone/push Build is passing
renovate/artifacts Artifact file update failure
Some checks failed
continuous-integration/drone/push Build is passing
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
80b79d80cd
commit
d1513d79ed
2 changed files with 30 additions and 28 deletions
6
mix.exs
6
mix.exs
|
|
@ -35,9 +35,9 @@ defmodule Mv.MixProject do
|
|||
# Type `mix help deps` for examples and options.
|
||||
defp deps do
|
||||
[
|
||||
{:tidewave, "~> 0.3", only: [:dev]},
|
||||
{:tidewave, "~> 0.5", only: [:dev]},
|
||||
{:sourceror, "~> 1.8", only: [:dev, :test]},
|
||||
{:live_debugger, "~> 0.3", only: [:dev]},
|
||||
{:live_debugger, "~> 0.4", only: [:dev]},
|
||||
{:ash_admin, "~> 0.13"},
|
||||
{:ash_postgres, "~> 2.0"},
|
||||
{:ash_phoenix, "~> 2.0"},
|
||||
|
|
@ -56,7 +56,7 @@ defmodule Mv.MixProject do
|
|||
{:lazy_html, ">= 0.0.0", only: :test},
|
||||
{:phoenix_live_dashboard, "~> 0.8.3"},
|
||||
{:esbuild, "~> 0.9", runtime: Mix.env() == :dev},
|
||||
{:tailwind, "~> 0.3", runtime: Mix.env() == :dev},
|
||||
{:tailwind, "~> 0.4", runtime: Mix.env() == :dev},
|
||||
{:heroicons,
|
||||
github: "tailwindlabs/heroicons",
|
||||
tag: "v2.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue