We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea3aa7 commit dfb27dcCopy full SHA for dfb27dc
src/Console/InstallCommand.php
@@ -121,10 +121,10 @@ protected function installLivewireStack()
121
// NPM Packages...
122
$this->updateNodePackages(function ($packages) {
123
return [
124
- '@tailwindcss/forms' => '^0.2.1',
125
- '@tailwindcss/typography' => '^0.3.0',
+ '@tailwindcss/forms' => '^0.3.1',
+ '@tailwindcss/typography' => '^0.4.0',
126
'alpinejs' => '^2.7.3',
127
- 'postcss-import' => '^12.0.1',
+ 'postcss-import' => '^14.0.1',
128
'tailwindcss' => '^2.0.1',
129
] + $packages;
130
});
0 commit comments