Skip to content

Commit

Permalink
Bump vite and laravel vite plugin versions (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko authored Dec 3, 2024
1 parent 80ea95b commit f67cb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/system/console/asset/vite/ViteInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ViteInstall extends AssetInstall
* The required packages for this compiler
*/
protected array $requiredDependencies = [
'vite' => '^5.2.11',
'laravel-vite-plugin' => '^1.0.4',
'vite' => '^6.0.0',
'laravel-vite-plugin' => '^1.1.0',
];
}

0 comments on commit f67cb2c

Please sign in to comment.