From 70d3c4f54276db97233382ab119ccd248d792d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:10:05 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.17 to 4.0.6 in /dspyt Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.6. - [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.6/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dspyt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspyt/package.json b/dspyt/package.json index 310c2d0..cda5c38 100644 --- a/dspyt/package.json +++ b/dspyt/package.json @@ -65,6 +65,6 @@ "node-polyfill-webpack-plugin": "^4.0.0", "postcss": "^8.4.16", "react-app-rewired": "^2.1.11", - "tailwindcss": "^3.1.8" + "tailwindcss": "^4.0.6" } }