From 8d1414566d958fe3822de0510d063573d070bef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 09:13:25 +0900 Subject: [PATCH] build(deps-dev): bump tailwindcss from 1.7.5 to 1.7.6 (#37) Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.7.5...v1.7.6) 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 d0c87005b..468f3216e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "nodemon": "^2.0.4", "postcss-preset-env": "^6.7.0", "prettier": "^2.1.1", - "tailwindcss": "^1.7.5", + "tailwindcss": "^1.7.6", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, diff --git a/yarn.lock b/yarn.lock index cd44e7184..a34477b52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8352,10 +8352,10 @@ table@^5.2.3: slice-ansi "^2.1.0" string-width "^3.0.0" -tailwindcss@^1.7.5: - version "1.7.5" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.7.5.tgz#4a54ffcc5691822cbc20416242e92505728f79b7" - integrity sha512-thDHLkRioJh0/62EFcEfQCCBEsZXpluehymrPzn8Hkycy8uI9svvtOqyWtcfkBPB0s5yb6R2tY9zPzh5mIr0Wg== +tailwindcss@^1.7.6: + version "1.7.6" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.7.6.tgz#77f294428e399fb570f4bebde2e9bef98456de8a" + integrity sha512-focAhU3ciM1/UYBHQVKKzede4zC3y9+IHzU2N/ZF6mbZbhY8S96lOxrO2Y6LMU08+Dbh2xBLmO1bsioLk3Egig== dependencies: "@fullhuman/postcss-purgecss" "^2.1.2" autoprefixer "^9.4.5"