Skip to content

Commit

Permalink
Tweaks vite dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 2, 2025
1 parent 5720126 commit 84dd192
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Console/InstallsTurboStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 84dd192

Please sign in to comment.