diff --git a/mix.exs b/mix.exs index 2cff7e9..e8320c8 100644 --- a/mix.exs +++ b/mix.exs @@ -42,7 +42,7 @@ defmodule Chiya.MixProject do {:phoenix_live_view, "~> 0.18.16"}, {:floki, ">= 0.30.0", only: :test}, {:phoenix_live_dashboard, "~> 0.7.2"}, - {:esbuild, "~> 0.5", runtime: Mix.env() == :dev}, + {:esbuild, "~> 0.7", runtime: Mix.env() == :dev}, {:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev}, {:swoosh, "~> 1.3"}, {:finch, "~> 0.13"},