From 007f59b0c359f2304d80b24c25bc06b8a53b0838 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 21 Apr 2026 14:16:46 +0100 Subject: [PATCH] Update tailwind from 4.2.3 to 4.2.4 --- assets/package-lock.json | 6 +++--- config/config.exs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index c3abcfe5..201582d4 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -106,9 +106,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.3.tgz", - "integrity": "sha512-fA/NX5gMf0ooCLISgB0wScaWgaj6rjTN2SVAwleURjiya7ITNkV+VMmoHtKkldP6CIZoYCZyxb8zP/e2TWoEtQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", + "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", "dev": true, "license": "MIT", "peer": true diff --git a/config/config.exs b/config/config.exs index 91e9f9e6..9c785113 100644 --- a/config/config.exs +++ b/config/config.exs @@ -88,7 +88,7 @@ config :esbuild, # Configure tailwind (the version is required) config :tailwind, - version: "4.2.3", + version: "4.2.4", music_library: [ args: ~w( --input=assets/css/app.css