From 0c70d33ea437be9db20beb57d1f704e05d9937fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:54:47 +0000 Subject: [PATCH] Bump tailwindcss from 4.2.1 to 4.3.1 in /apps/desktop Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.1 to 4.3.1. - [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.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/desktop/package-lock.json | 34 ++++++++++++++++++---------------- apps/desktop/package.json | 2 +- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index f6b9c00af..36dc93cd2 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -110,7 +110,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jsdom": "^22.1.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.18", + "tailwindcss": "^4.3.1", "tsup": "^8.3.5", "typescript": "^5.7.3", "vite": "^8.0.3", @@ -303,9 +303,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -319,9 +316,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -335,9 +329,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -351,9 +342,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -5920,6 +5908,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", @@ -6239,6 +6234,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", @@ -19939,9 +19941,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.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", + "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", "dev": true, "license": "MIT" }, diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 3186479fd..8c2826ecc 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -155,7 +155,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jsdom": "^22.1.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.18", + "tailwindcss": "^4.3.1", "tsup": "^8.3.5", "typescript": "^5.7.3", "vite": "^8.0.3",