From e13e681cfd6763f720ae83be8271d9cc84e6dffc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 22:42:56 +0530 Subject: [PATCH] chore(deps): update dependency tailwindcss to v2.1.4 (#42333) Co-authored-by: Renovate Bot --- tools/ui-components/package-lock.json | 6 +++--- tools/ui-components/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ui-components/package-lock.json b/tools/ui-components/package-lock.json index 280b38f95c..b14e4176a3 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -12599,9 +12599,9 @@ } }, "tailwindcss": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.3.tgz", - "integrity": "sha512-434rlH/gVSm0Qhc2pQjvsQeasrcmPWEWSxyDcF66Y+CavOURsdqx3hymqqXlozs+CVWN3z+VpFV/PE9b2wx/GA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.4.tgz", + "integrity": "sha512-fh1KImDLg6se/Suaelju/5oFbqq1b0ntagmGLu0aG9LlnNPGHgO1n/4E57CbKcCtyz/VYnvVXUiWmfyfBBZQ6g==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^3.1.3", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index c905d3c015..12a822a91a 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -33,7 +33,7 @@ "babel-loader": "8.2.2", "postcss": "8.3.0", "postcss-import": "14.0.2", - "tailwindcss": "2.1.3" + "tailwindcss": "2.1.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",