Merge pull request 'Update dependency esbuild to ~> 0.7' (#7) from renovate/esbuild-0.x into main

Reviewed-on: #7
This commit is contained in:
inhji 2023-03-18 08:41:57 +01:00
commit 8f727de94b

View file

@ -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"},