From a5eafbf04f5ffb4ac3732b92e4e2f316b07f48e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Sep 2021 20:13:20 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v2.2.10 --- 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 c962ca1210..3b507b8b6c 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -17659,9 +17659,9 @@ } }, "tailwindcss": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.9.tgz", - "integrity": "sha512-P8zCKFkEthfUvqcnun8DqGGXw4QqyDw971NAM23e8QQ+m5HW1agp4upq50rFGwGNtphVYvr+0zvVLSXo5/I9Qg==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.10.tgz", + "integrity": "sha512-OFm08RRy7elXhv57DRLzCVKrylIbnu6htJzcD/bGPOdokLQrqywSTYPs3SSqsxqXF+6Mzy/XJcS89gZDIF057A==", "dev": true, "requires": { "arg": "^5.0.1", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index b41def9ccb..c426fba70d 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -40,7 +40,7 @@ "cross-env": "7.0.3", "postcss": "8.3.6", "postcss-import": "14.0.2", - "tailwindcss": "2.2.9", + "tailwindcss": "2.2.10", "rimraf": "3.0.2", "rollup": "2.56.3", "rollup-plugin-postcss": "4.0.1",