Skip to content

Commit

Permalink
chore: upgrade esbuild and dart_sass
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Mar 28, 2024
1 parent e774867 commit 6d30a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ config :logger, :console,
config :phoenix, :json_library, Jason

config :esbuild,
version: "0.19.11",
version: "0.20.2",
default: [
args: ~w(
js/app.js
Expand All @@ -53,7 +53,7 @@ config :esbuild,
]

config :dart_sass,
version: "1.69.7",
version: "1.72.0",
default: [
args: ~w(
scss/app.scss:../priv/static/assets/app.css
Expand Down

0 comments on commit 6d30a5d

Please sign in to comment.