Skip to content

Commit 40d7bae

Browse files
Pin dependency esbuild to == 0.9.0
1 parent 0071e28 commit 40d7bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule Nested.MixProject do
3434
[
3535
{:ecto_nested_changeset, path: ".."},
3636
{:ecto_sql, "== 3.12.1"},
37-
{:esbuild, "~> 0.9", runtime: Mix.env() == :dev},
37+
{:esbuild, "== 0.9.0", runtime: Mix.env() == :dev},
3838
{:floki, "== 0.37.1", only: :test},
3939
{:heroicons, "== 0.5.6"},
4040
{:jason, "== 1.4.4"},

0 commit comments

Comments
 (0)