Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 0612692

Browse files
authored
Fix for modules type in updated Laravel skeleton (#423)
1 parent 9b55899 commit 0612692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Commands/SpladeInstallCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ public function handle(): int
3333
'@protonemedia/laravel-splade' => '^1.4.8',
3434
'@tailwindcss/forms' => '^0.5.2',
3535
'@tailwindcss/typography' => '^0.5.2',
36-
'@vitejs/plugin-vue' => '^3.0.0',
36+
'@vitejs/plugin-vue' => '^4.0.0',
3737
'autoprefixer' => '^10.4.7',
38-
'laravel-vite-plugin' => '^0.5.0',
38+
'laravel-vite-plugin' => '^0.7.5',
3939
'postcss' => '^8.4.14',
40-
'tailwindcss' => '^3.1.0',
41-
'vite' => '^3.0.0',
40+
'tailwindcss' => '^3.3.0',
41+
'vite' => '^4.0.0',
4242
'vue' => '^3.2.37',
4343
] + $packages;
4444
});

0 commit comments

Comments
 (0)