From 1def24530d4376a3e2e399174c553e44a20a8752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:53:18 +0000 Subject: [PATCH] Bump tailwindcss from 2.1.0 to 2.1.1 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.1.0 to 2.1.1. - [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/v2.1.0...v2.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fc621a..2786aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14110,9 +14110,9 @@ "dev": true }, "tailwindcss": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.0.tgz", - "integrity": "sha512-3tsoLMOrFvwrm0VRx2Hr3cRJ158Sd/KH9BwKg5xyS96yiR/0frQBCfUbXvNsa2hxzViGN4nSWJqzBWDQb4jOSA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.1.tgz", + "integrity": "sha512-zZ6axGqpSZOCBS7wITm/WNHkBzDt5CIZlDlx0eCVldwTxFPELCVGbgh7Xpb3/kZp3cUxOmK7bZUjqhuMrbN6xQ==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^3.1.3", diff --git a/package.json b/package.json index 5023213..4e16850 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^6.7.0", "swr": "^0.5.5", - "tailwindcss": "^2.1.0", + "tailwindcss": "^2.1.1", "typescript": "^4.2.4" }, "jest": {