We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4acb89 commit efda2a4Copy full SHA for efda2a4
src/Console/InstallCommand.php
@@ -139,7 +139,7 @@ protected function installLivewireStack()
139
// NPM Packages...
140
$this->updateNodePackages(function ($packages) {
141
return [
142
- '@tailwindcss/forms' => '^0.5.0',
+ '@tailwindcss/forms' => '^0.5.2',
143
'@tailwindcss/typography' => '^0.5.0',
144
'alpinejs' => '^3.0.6',
145
'autoprefixer' => '^10.4.7',
@@ -301,7 +301,7 @@ protected function installInertiaStack()
301
'@inertiajs/inertia' => '^0.11.0',
302
'@inertiajs/inertia-vue3' => '^0.6.0',
303
'@inertiajs/progress' => '^0.2.7',
304
305
'@tailwindcss/typography' => '^0.5.2',
306
'@vitejs/plugin-vue' => '^2.3.3',
307
0 commit comments