From 94f633b50e47dd41c40ea4bbd721358d17f1d1dc Mon Sep 17 00:00:00 2001 From: Zak Nesler <7189795+zaknesler@users.noreply.github.com> Date: Tue, 8 Sep 2020 13:27:18 -0400 Subject: [PATCH] Update Tailwind --- src/TailwindPreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TailwindPreset.php b/src/TailwindPreset.php index df7a916..601dd5c 100644 --- a/src/TailwindPreset.php +++ b/src/TailwindPreset.php @@ -119,7 +119,7 @@ protected static function updatePackageArray(array $packages) 'axios' => '^0.20', 'cross-env' => '^7.0', 'laravel-mix' => '^5.0', - 'tailwindcss' => '^1.7', + 'tailwindcss' => '^1.8', 'vue' => '^2.6', 'vue-template-compiler' => '^2.6', ];