From e99b2e2177584c919015c48dfa99f63e39bff6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:10:04 +0000 Subject: [PATCH] Bump tailwindcss in /packages/graphile-sort-schema-plugin Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 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.3...v3.4.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/graphile-sort-schema-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphile-sort-schema-plugin/package.json b/packages/graphile-sort-schema-plugin/package.json index 60deb51..0a2b0e0 100644 --- a/packages/graphile-sort-schema-plugin/package.json +++ b/packages/graphile-sort-schema-plugin/package.json @@ -27,7 +27,7 @@ "postcss": "8.4.38", "prettier": "3.2.5", "react": "18.3.1", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "tsup": "8.0.2", "typescript": "5.4.5" },