Skip to content

Commit 3926995

Browse files
Update dependency esbuild to v0.25.8 (#1314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d174c2e commit 3926995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ config :demo, DemoWeb.Endpoint,
4343
config :demo, Demo.Repo, migration_primary_key: [name: :id, type: :binary_id]
4444

4545
config :esbuild,
46-
version: "0.25.7",
46+
version: "0.25.8",
4747
default: [
4848
args:
4949
~w(assets/js/app.js --bundle --target=es2017 --outdir=priv/static/assets --external:/fonts/* --external:/images/* --alias:backpex=/opt/app),

0 commit comments

Comments
 (0)