Skip to content

Commit

Permalink
Update PostCSS version (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
TENIOS authored Dec 13, 2023
1 parent 5ea30d8 commit feb12d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Console/InstallsBladeStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function installBladeStack()
'@tailwindcss/forms' => '^0.5.2',
'alpinejs' => '^3.4.2',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
'postcss' => '^8.4.31',
'tailwindcss' => '^3.1.0',
] + $packages;
});
Expand Down
4 changes: 2 additions & 2 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected function installInertiaVueStack()
'@tailwindcss/forms' => '^0.5.3',
'@vitejs/plugin-vue' => '^4.0.0',
'autoprefixer' => '^10.4.12',
'postcss' => '^8.4.18',
'postcss' => '^8.4.31',
'tailwindcss' => '^3.2.1',
'vue' => '^3.2.41',
] + $packages;
Expand Down Expand Up @@ -190,7 +190,7 @@ protected function installInertiaReactStack()
'@tailwindcss/forms' => '^0.5.3',
'@vitejs/plugin-react' => '^4.0.3',
'autoprefixer' => '^10.4.12',
'postcss' => '^8.4.18',
'postcss' => '^8.4.31',
'tailwindcss' => '^3.2.1',
'react' => '^18.2.0',
'react-dom' => '^18.2.0',
Expand Down
2 changes: 1 addition & 1 deletion src/Console/InstallsLivewireStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function installLivewireStack($functional = false)
return [
'@tailwindcss/forms' => '^0.5.2',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
'postcss' => '^8.4.31',
'tailwindcss' => '^3.1.0',
] + $packages;
});
Expand Down

0 comments on commit feb12d9

Please sign in to comment.