Skip to content

Commit ae5d54d

Browse files
committed
Tau - bump esbuild and tailwind versions
1 parent 46a50f1 commit ae5d54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/server/beam/tau/config/dev.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ config :phoenix, :plug_init_mode, :runtime
7272

7373
# Configure esbuild (the version is required)
7474
config :esbuild,
75-
version: "0.15.10",
75+
version: "0.16.6",
7676
default: [
7777
args:
7878
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
@@ -82,7 +82,7 @@ config :esbuild,
8282
path: System.get_env("MIX_ESBUILD_PATH")
8383

8484
config :tailwind,
85-
version: "3.1.8",
85+
version: "3.2.4",
8686
default: [
8787
args: ~w(
8888
--config=tailwind.config.js

0 commit comments

Comments
 (0)