From c74afa4789625782186b98656e39158e5d41ef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:31:55 -0600 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.0.6 to 3.0.7 (#2910) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.6 to 3.0.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/v3.0.6...v3.0.7) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 82c5ff2..5ff3aeb 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "prettier": "2.5.1", "react": "17.0.2", "react-dom": "17.0.2", - "tailwindcss": "^3.0.6" + "tailwindcss": "^3.0.7" } } diff --git a/yarn.lock b/yarn.lock index 920be76..6f59692 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6692,10 +6692,10 @@ table@^6.0.9, table@^6.7.3: string-width "^4.2.3" strip-ansi "^6.0.1" -tailwindcss@^3.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.6.tgz#1981a0bb55919c0af566c98870ab2ec672599efb" - integrity sha512-+CA2f09rbHFDsdQ1iDvsOGbF1tZFmyPoRhUeaF9/5FRT5GYObtp+UjTSCdmeDcu6T90bx4WAaOkddYFPBkjbAA== +tailwindcss@^3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.7.tgz#15936881f042a7eb8d6f2b6a454bac9f51181bbd" + integrity sha512-rZdKNHtC64jcQncLoWOuCzj4lQDTAgLtgK3WmQS88tTdpHh9OwLqULTQxI3tw9AMJsqSpCKlmcjW/8CSnni6zQ== dependencies: arg "^5.0.1" chalk "^4.1.2"