From c1eb34b7226a4f420305041b4cde563c37b638c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:33:02 +0000 Subject: [PATCH] Bump tailwindcss from 4.2.3 to 4.2.4 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.2.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a731f4..a218bc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.3.0", "jsdom": "^29.1.0", - "tailwindcss": "^4.2.3", + "tailwindcss": "^4.2.4", "typescript": "^5.9.3", "vite": "^8.0.9", "vitest": "^4.1.0" @@ -4655,9 +4655,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" }, diff --git a/package.json b/package.json index d4dfc00..f17aabe 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.3.0", "jsdom": "^29.1.0", - "tailwindcss": "^4.2.3", + "tailwindcss": "^4.2.4", "typescript": "^5.9.3", "vite": "^8.0.9", "vitest": "^4.1.0"