From b8410e56288e53d92a153d3423a50b4c2a9773a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:05:31 +0200 Subject: [PATCH] build(deps-dev): bump tailwindcss to 2.2.2 (#81) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75163ce..2d4ceef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "postcss": "8.3.5", "prettier": "2.3.1", "semantic-release": "17.4.4", - "tailwindcss": "2.2.0", + "tailwindcss": "2.2.2", "typescript": "4.3.4" }, "engines": { @@ -21858,9 +21858,9 @@ } }, "node_modules/tailwindcss": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.0.tgz", - "integrity": "sha512-vzyictuac60cUfky6R4gFW98glcc/UxpaCH+Mt9dq+LEPdZq2Dpvo5iYpPaemutOIjfeiY0Y8j0ZgJG3wBaFDQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", + "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", "dev": true, "dependencies": { "@fullhuman/postcss-purgecss": "^4.0.3", @@ -40457,9 +40457,9 @@ } }, "tailwindcss": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.0.tgz", - "integrity": "sha512-vzyictuac60cUfky6R4gFW98glcc/UxpaCH+Mt9dq+LEPdZq2Dpvo5iYpPaemutOIjfeiY0Y8j0ZgJG3wBaFDQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", + "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^4.0.3", diff --git a/package.json b/package.json index b60730b..fa55190 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "postcss": "8.3.5", "prettier": "2.3.1", "semantic-release": "17.4.4", - "tailwindcss": "2.2.0", + "tailwindcss": "2.2.2", "typescript": "4.3.4" } }