Skip to content

Commit

Permalink
bump tailwind forms issue to fix console warning withV Vite (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Jun 23, 2022
1 parent 2f78258 commit 859a8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Console/InstallsBladeStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ protected function installBladeStack()
// NPM Packages...
$this->updateNodePackages(function ($packages) {
return [
'@tailwindcss/forms' => '^0.4.0',
'@tailwindcss/forms' => '^0.5.2',
'alpinejs' => '^3.4.2',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
Expand Down
4 changes: 2 additions & 2 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected function installInertiaVueStack()
'@inertiajs/inertia' => '^0.11.0',
'@inertiajs/inertia-vue3' => '^0.6.0',
'@inertiajs/progress' => '^0.2.7',
'@tailwindcss/forms' => '^0.5.0',
'@tailwindcss/forms' => '^0.5.2',
'@vitejs/plugin-vue' => '^2.3.3',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
Expand Down Expand Up @@ -130,7 +130,7 @@ protected function installInertiaReactStack()
'@inertiajs/inertia' => '^0.11.0',
'@inertiajs/inertia-react' => '^0.8.0',
'@inertiajs/progress' => '^0.2.6',
'@tailwindcss/forms' => '^0.4.0',
'@tailwindcss/forms' => '^0.5.2',
'@vitejs/plugin-react' => '^1.3.2',
'autoprefixer' => '^10.4.2',
'postcss' => '^8.4.6',
Expand Down

0 comments on commit 859a8db

Please sign in to comment.