Skip to content

Commit a89b5b1

Browse files
Merge pull request #43 from wgmv/laravel-mix-4
bumps laravel-mix to 4 and laravel-mix-purgecss to 4.1
2 parents 8d32a54 + 01760fc commit a89b5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TailwindCssPreset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public static function installAuth()
2727
protected static function updatePackageArray(array $packages)
2828
{
2929
return array_merge([
30-
'laravel-mix' => '^2.1',
31-
'laravel-mix-purgecss' => '^2.2',
30+
'laravel-mix' => '^4.0.14',
31+
'laravel-mix-purgecss' => '^4.1',
3232
'laravel-mix-tailwind' => '^0.1.0',
3333
], Arr::except($packages, [
3434
'bootstrap',

0 commit comments

Comments
 (0)