From 0af9543b6bc40e81aa2ad4034e726947361ac4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 10:15:39 -0600 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.0.5 to 3.0.6 (#2901) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.5 to 3.0.6. - [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.5...v3.0.6) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ae0e219..ca85654 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.5" + "tailwindcss": "^3.0.6" } } diff --git a/yarn.lock b/yarn.lock index 7a86fd2..8ecdfc9 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.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.5.tgz#468e20347b8c4b59bb0585361682126edb1dd9e3" - integrity sha512-59pNgzx2o+wkAk7IZGIH7H9eNS53gzZGrO3+NPyOEWHDbquHgiLL/c993T5t1vPSAeBxox4X5OgZwNuRvXVf+g== +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== dependencies: arg "^5.0.1" chalk "^4.1.2" @@ -6713,7 +6713,7 @@ tailwindcss@^3.0.5: postcss-js "^3.0.3" postcss-load-config "^3.1.0" postcss-nested "5.0.6" - postcss-selector-parser "^6.0.6" + postcss-selector-parser "^6.0.7" postcss-value-parser "^4.2.0" quick-lru "^5.1.1" resolve "^1.20.0"