From 8510fda2253688fd029d4b5095766523f95b940c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 03:05:41 +0000 Subject: [PATCH] Update tailwindcss requirement from ^2.0.3 to ^2.0.4 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/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.0.3...v2.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 906dd43..dc65942 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^1.1.5", "@vue/compiler-sfc": "^3.0.7", "autoprefixer": "^10.2.5", - "tailwindcss": "^2.0.3", + "tailwindcss": "^2.0.4", "vite": "^2.1.0" } }