Skip to content

Commit

Permalink
Upgraded tailwindcss to ^1.2 and laravel mix to ^5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benvilliere committed Mar 18, 2020
1 parent 2f22790 commit 737bcda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TailwindCssPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public static function installAuth()
protected static function updatePackageArray(array $packages)
{
return array_merge([
'laravel-mix' => '^4.0.14',
'laravel-mix' => '^5.0',
'laravel-mix-purgecss' => '^4.1',
'laravel-mix-tailwind' => '^0.1.0',
'tailwindcss' => '^1.0',
'tailwindcss' => '^1.2',
'@tailwindcss/custom-forms' => '^0.2',
], Arr::except($packages, [
'bootstrap',
Expand Down

0 comments on commit 737bcda

Please sign in to comment.