Skip to content

Commit

Permalink
Update dependency esbuild to v0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent f7c671a commit f326a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ config :demo, DemoWeb.Endpoint,
config :demo, Demo.Repo, migration_primary_key: [name: :id, type: :binary_id]

config :esbuild,
version: "0.24.0",
version: "0.24.2",
default: [
args:
~w(assets/js/app.js --bundle --target=es2017 --outdir=priv/static/assets --external:/fonts/* --external:/images/*),
Expand Down

0 comments on commit f326a19

Please sign in to comment.