Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ~> 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 6f62d49 commit bd6336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule GodwokenExplorer.MixProject do
{:phoenix_view, "~> 2.0"},
{:phoenix_live_reload, "~> 1.4.0", only: :dev},
{:phoenix_live_dashboard, "~> 0.8.0"},
{:esbuild, "~> 0.7", runtime: Mix.env() == :dev},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:telemetry_metrics, "~> 0.6.1"},
{:telemetry_poller, "~> 1.0.0"},
{:gettext, "~> 0.23"},
Expand Down

0 comments on commit bd6336c

Please sign in to comment.