From 7c16416341044414609bf14e0fcd65b462f29748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:07:52 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.4 to 2.2.7 in /packages/dashboard Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.4 to 2.2.7. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.4...v2.2.7) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 530c89bf..a96865e6 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -32,7 +32,7 @@ "stripe": "8.163.0", "superagent": "6.1.0", "swr": "0.5.6", - "tailwindcss": "2.2.4", + "tailwindcss": "2.2.7", "yup": "0.32.9" } }