From 80e538e7fbf6c3bbf52406d6872bf5cefa0cca95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:32:59 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.19 to 3.4.5 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.4.5. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.5/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.4.5) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f00ef5..e22ac6b6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "postcss": "^8.4.31", "prettier": "^3.0.3", "react-test-renderer": "^17.0.2", - "tailwindcss": "^2.1.4", + "tailwindcss": "^3.4.5", "typescript": "^5.1.6", "whatwg-fetch": "^3.6.19" }