Skip to content

Commit dfb27dc

Browse files
authored
Update NPM dependencies (#767)
@tailwindcss/forms: ^0.2.1 -> ^0.3.1 @tailwindcss/typography: ^0.3.0 -> ^0.4.0 postcss-import: ^12.0.1 -> ^14.0.1
1 parent fea3aa7 commit dfb27dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/Console/InstallCommand.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ protected function installLivewireStack()
121121
// NPM Packages...
122122
$this->updateNodePackages(function ($packages) {
123123
return [
124-
'@tailwindcss/forms' => '^0.2.1',
125-
'@tailwindcss/typography' => '^0.3.0',
124+
'@tailwindcss/forms' => '^0.3.1',
125+
'@tailwindcss/typography' => '^0.4.0',
126126
'alpinejs' => '^2.7.3',
127-
'postcss-import' => '^12.0.1',
127+
'postcss-import' => '^14.0.1',
128128
'tailwindcss' => '^2.0.1',
129129
] + $packages;
130130
});

0 commit comments

Comments
 (0)