Skip to content

Commit

Permalink
Update dependency esbuild to ~> 0.5 or ^0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent 6b24f7b commit d8ed954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule Nested.MixProject do
[
{:ecto_nested_changeset, path: ".."},
{:ecto_sql, "~> 3.6"},
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
{:esbuild, "~> 0.5 or ^0.8.0", runtime: Mix.env() == :dev},
{:floki, ">= 0.30.0", only: :test},
{:heroicons, "~> 0.5"},
{:jason, "~> 1.2"},
Expand Down

0 comments on commit d8ed954

Please sign in to comment.