Skip to content

Commit 218a429

Browse files
committed
Revert unnecessary tailwindcss version bump and changed laravel-mix to be the same as in L7 package.json
1 parent 737bcda commit 218a429

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
@@ -30,10 +30,10 @@ public static function installAuth()
3030
protected static function updatePackageArray(array $packages)
3131
{
3232
return array_merge([
33-
'laravel-mix' => '^5.0',
33+
'laravel-mix' => '^5.0.1',
3434
'laravel-mix-purgecss' => '^4.1',
3535
'laravel-mix-tailwind' => '^0.1.0',
36-
'tailwindcss' => '^1.2',
36+
'tailwindcss' => '^1.0',
3737
'@tailwindcss/custom-forms' => '^0.2',
3838
], Arr::except($packages, [
3939
'bootstrap',

0 commit comments

Comments
 (0)