From ca828064ce7fdecaf01464c2b7c11fcafadba1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:17:36 +0000 Subject: [PATCH] Bump tailwindcss from 4.2.1 to 4.3.0 in /apps/desktop Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.1 to 4.3.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.3.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/desktop/package-lock.json | 22 ++++++++++++++++++---- apps/desktop/package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index 6a8a4d304..bb5f0a110 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -106,7 +106,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jsdom": "^22.1.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.18", + "tailwindcss": "^4.3.0", "tsup": "^8.3.5", "typescript": "^5.7.3", "vite": "^8.0.3", @@ -5932,6 +5932,13 @@ "tailwindcss": "4.2.1" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", + "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz", @@ -6251,6 +6258,13 @@ "tailwindcss": "4.2.1" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", + "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tanstack/react-virtual": { "version": "3.13.22", "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.22.tgz", @@ -19978,9 +19992,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", - "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", "dev": true, "license": "MIT" }, diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 708818025..72fcd2ab1 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -148,7 +148,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jsdom": "^22.1.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.18", + "tailwindcss": "^4.3.0", "tsup": "^8.3.5", "typescript": "^5.7.3", "vite": "^8.0.3",