Skip to content

Commit

Permalink
update BladeStack dependencies (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 authored Feb 10, 2022
1 parent 1a26a11 commit 7cd6891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Console/InstallsBladeStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ protected function installBladeStack()
return [
'@tailwindcss/forms' => '^0.4.0',
'alpinejs' => '^3.4.2',
'autoprefixer' => '^10.1.0',
'postcss' => '^8.2.1',
'postcss-import' => '^14.0.1',
'tailwindcss' => '^3.0.0',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
'postcss-import' => '^14.0.2',
'tailwindcss' => '^3.0.18',
] + $packages;
});

Expand Down

0 comments on commit 7cd6891

Please sign in to comment.