Skip to content

Commit efda2a4

Browse files
authoredJun 23, 2022
bump @tailwindcss/forms (#1076)
1 parent d4acb89 commit efda2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/Console/InstallCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected function installLivewireStack()
139139
// NPM Packages...
140140
$this->updateNodePackages(function ($packages) {
141141
return [
142-
'@tailwindcss/forms' => '^0.5.0',
142+
'@tailwindcss/forms' => '^0.5.2',
143143
'@tailwindcss/typography' => '^0.5.0',
144144
'alpinejs' => '^3.0.6',
145145
'autoprefixer' => '^10.4.7',
@@ -301,7 +301,7 @@ protected function installInertiaStack()
301301
'@inertiajs/inertia' => '^0.11.0',
302302
'@inertiajs/inertia-vue3' => '^0.6.0',
303303
'@inertiajs/progress' => '^0.2.7',
304-
'@tailwindcss/forms' => '^0.5.0',
304+
'@tailwindcss/forms' => '^0.5.2',
305305
'@tailwindcss/typography' => '^0.5.2',
306306
'@vitejs/plugin-vue' => '^2.3.3',
307307
'autoprefixer' => '^10.4.7',

0 commit comments

Comments
 (0)