From 84dd19250a87ecbcae774145c1705e23b641f537 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Sun, 2 Mar 2025 18:58:34 -0300 Subject: [PATCH] Tweaks vite dependencies --- src/Console/InstallsTurboStack.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Console/InstallsTurboStack.php b/src/Console/InstallsTurboStack.php index df79f23d..a4af0d24 100644 --- a/src/Console/InstallsTurboStack.php +++ b/src/Console/InstallsTurboStack.php @@ -105,7 +105,10 @@ protected function installTurboStack(bool $importmaps = true) $this->updateNodePackages(function ($packages) { return [ '@tailwindcss/vite' => '^4.0', - 'autoprefixer' => '^10.4.20', + '@tailwindcss/forms' => '^0.5', + '@tailwindcss/aspect-ratio' => '^0.4', + '@tailwindcss/typography' => '^0.5', + 'autoprefixer' => '^10.4', 'tailwindcss' => '^4.0', 'el-transition' => '^0.0.7', ] + $packages;