From 7f6b1497abdeb78bcf7192194787121832a6c570 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 23 Oct 2025 13:37:20 +0100 Subject: [PATCH] Update tailwind from 4.1.15 to 4.1.16 --- 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 0e0d7731..e3f639bc 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -99,9 +99,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.15.tgz", - "integrity": "sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==", + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", "dev": true, "license": "MIT", "peer": true diff --git a/config/config.exs b/config/config.exs index 56b17a56..f4a6066a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -59,7 +59,7 @@ config :esbuild, # Configure tailwind (the version is required) config :tailwind, - version: "4.1.15", + version: "4.1.16", music_library: [ args: ~w( --input=assets/css/app.css