From e4d87507379fa116be21f8a74136d31528248b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:49:02 +0000 Subject: [PATCH] [desktop]: Bump tailwindcss from 3.4.17 to 4.0.1 in /desktop Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.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.0.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index 98b614bab..7cd06c08d 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -78,7 +78,7 @@ "npm-run-all": "4.1.5", "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.11", - "tailwindcss": "3.4.17", + "tailwindcss": "4.0.1", "typescript": "5.7.3", "typescript-eslint": "8.22.0", "wait-on": "8.0.2"