We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d32a54 + 01760fc commit a89b5b1Copy full SHA for a89b5b1
src/TailwindCssPreset.php
@@ -27,8 +27,8 @@ public static function installAuth()
27
protected static function updatePackageArray(array $packages)
28
{
29
return array_merge([
30
- 'laravel-mix' => '^2.1',
31
- 'laravel-mix-purgecss' => '^2.2',
+ 'laravel-mix' => '^4.0.14',
+ 'laravel-mix-purgecss' => '^4.1',
32
'laravel-mix-tailwind' => '^0.1.0',
33
], Arr::except($packages, [
34
'bootstrap',
0 commit comments