From 348683b19084854e3c1973ef43a9e8e3fb3b589f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:43:03 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.0 to 3.4.4 in /apps/hasura-nextjs Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.0 to 3.4.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/hasura-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hasura-nextjs/package.json b/apps/hasura-nextjs/package.json index 0cf822dbf..bfa08ef9d 100644 --- a/apps/hasura-nextjs/package.json +++ b/apps/hasura-nextjs/package.json @@ -30,7 +30,7 @@ "eslint": "8.56.0", "eslint-config-next": "14.1.0", "postcss": "8.4.31", - "tailwindcss": "3.4.0", + "tailwindcss": "3.4.4", "typescript": "5.3.3" } }