diff --git a/package.json b/package.json index f300f9e..5adf8af 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "2.0.5", "stylelint": "13.6.1", "stylelint-config-recommended": "3.0.0", - "tailwindcss": "1.7.0", + "tailwindcss": "1.7.1", "typescript": "3.9.7" } } diff --git a/yarn.lock b/yarn.lock index 118e639..897bb51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6259,10 +6259,10 @@ table@^5.4.6: slice-ansi "^2.1.0" string-width "^3.0.0" -tailwindcss@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.7.0.tgz#923d746847c52e120c7c193488c16d12c519a0aa" - integrity sha512-MA9GaF+8KVim1B7TeT4GRD6cbopYQ/IdAyzisRO3dauANbzJ/h/0Z1w+MWpi2NjsF/CvGRfmiRRVSAKeDSfbng== +tailwindcss@1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.7.1.tgz#2660f71e2d6735a311965a5b8e574f0b051c3963" + integrity sha512-gc8dvU/Oxp+z+ow3+UblVE3MB40xmau3yIMDTM4VRVhW5Rqb2tDY7MyDH9YjjnlvBqtvQaWseLk7kk6Gpk3NPA== dependencies: "@fullhuman/postcss-purgecss" "^2.1.2" autoprefixer "^9.4.5"