From a11a9ccadfdc13008f2b59c3e7c51afb00e4dc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 03:14:15 +0000 Subject: [PATCH] Update tailwindcss requirement from ^2.2.16 to ^2.2.17 Updates the requirements on [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to permit the latest version. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v2.2.17/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.16...v2.2.17) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b844368..2569ce6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@vue/compiler-sfc": "^3.2.6", "autoprefixer": "^10.3.7", "netlify-cli": "^6.10.4", - "tailwindcss": "^2.2.16", + "tailwindcss": "^2.2.17", "unplugin-icons": "^0.12.14", "unplugin-vue-components": "^0.15.6", "vite": "^2.6.5",