From 955b13a50e6bad11a130ea96c9549e73e0354cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 15:54:26 +0900 Subject: [PATCH] build(deps-dev): bump tailwindcss from 1.8.4 to 1.8.7 (#69) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.8.4 to 1.8.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/v1.8.4...v1.8.7) 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 82cf0cf42..7d1656b41 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "nodemon": "^2.0.4", "postcss-preset-env": "^6.7.0", "prettier": "^2.1.1", - "tailwindcss": "^1.8.4", + "tailwindcss": "^1.8.7", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, diff --git a/yarn.lock b/yarn.lock index 4defd0916..17a0a8f82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8990,10 +8990,10 @@ table@^5.2.3: slice-ansi "^2.1.0" string-width "^3.0.0" -tailwindcss@^1.8.4: - version "1.8.4" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.8.4.tgz#867a831640b0edf26517a691f6b6f5bd09aa3adf" - integrity sha512-UW1giHUBuMVUwzff0vVbvGOdx1r8+4onN8LCblzncstdFVyuiZ2wCnkv2RQiSAlMTHaNu8vAAhm/fw3flmCi0Q== +tailwindcss@^1.8.7: + version "1.8.7" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.8.7.tgz#0c0ee990d3cfeb8f6705d894c4c85aaa70fba032" + integrity sha512-KN5PjI8jobOj+ScJFgG0tbHZBYrb6rwNlm0kEPGusg+ItEVIUDlW/uppP10jKTLiPKrHHx0tfnZTMIyJkujrEQ== dependencies: "@fullhuman/postcss-purgecss" "^2.1.2" autoprefixer "^9.4.5"