Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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