From 1ee5f4d3f475fbbedad5fe6dc9785ba2cbe47d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:12:00 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.18 to 4.2.0 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.18 to 4.2.0. - [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.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 512afd43..521d5b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16341,7 +16341,7 @@ "react-dom": "^19.2.4", "shadcn": "^3.8.5", "tailwind-merge": "^3.4.0", - "tailwindcss": "^4.1.18", + "tailwindcss": "^4.2.0", "tw-animate-css": "^1.4.0", "vite-tsconfig-paths": "^6.1.1", "zod": "^4.3.6" @@ -16416,6 +16416,12 @@ } } }, + "packages/dashboard/node_modules/tailwindcss": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz", + "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==", + "license": "MIT" + }, "packages/docs": { "name": "@openworkflow/docs" }, diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 4a687167..b5733b17 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -36,7 +36,7 @@ "react-dom": "^19.2.4", "shadcn": "^3.8.5", "tailwind-merge": "^3.4.0", - "tailwindcss": "^4.1.18", + "tailwindcss": "^4.2.0", "tw-animate-css": "^1.4.0", "vite-tsconfig-paths": "^6.1.1", "zod": "^4.3.6"