From 00a28c8254d7afedec9aaf0bb3837a06c6ef2b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:16:45 +0000 Subject: [PATCH] chore(deps): bump tailwindcss in the tailwind group across 1 directory Bumps the tailwind group with 1 update in the / directory: [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `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:production update-type: version-update:semver-patch dependency-group: tailwind ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++++- packages/dashboard/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0d31a02..af0e527a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16965,7 +16965,7 @@ "react-dom": "^19.2.5", "shadcn": "^4.3.1", "tailwind-merge": "^3.5.0", - "tailwindcss": "^4.2.1", + "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", "vite-tsconfig-paths": "^6.1.1", "zod": "^4.3.6" @@ -17072,6 +17072,12 @@ } } }, + "packages/dashboard/node_modules/tailwindcss": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", + "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", + "license": "MIT" + }, "packages/docs": { "name": "@openworkflow/docs" }, diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 056cd42a..aa35ee5e 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -40,7 +40,7 @@ "react-dom": "^19.2.5", "shadcn": "^4.3.1", "tailwind-merge": "^3.5.0", - "tailwindcss": "^4.2.1", + "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", "vite-tsconfig-paths": "^6.1.1", "zod": "^4.3.6"