File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Console/InstallerTraits Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.2" ,
2020 "illuminate/contracts" : " ^11.0" ,
21- "inertiajs/inertia-laravel" : " ^1 .0" ,
21+ "inertiajs/inertia-laravel" : " ^2 .0" ,
2222 "laravel/prompts" : " ^0.3.1" ,
2323 "spatie/laravel-activitylog" : " ^4.8" ,
2424 "spatie/laravel-package-tools" : " ^1.16.3" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ protected function installFrontendPackages(): void
1616
1717 static ::updateNodePackages (fn ($ packages ) => [
1818
19- '@inertiajs/vue3 ' => '^1 .0.15 ' ,
19+ '@inertiajs/vue3 ' => '^2 .0.0 ' ,
2020
2121 '@tailwindcss/forms ' => '^0.5.6 ' ,
2222 '@vitejs/plugin-vue ' => '^5.0.4 ' ,
@@ -45,7 +45,7 @@ protected function installFrontendPackages(): void
4545
4646 'remixicon ' => '^4.2.0 ' ,
4747 'tailwindcss ' => '^3.3.7 ' ,
48- 'unplugin-vue-components ' => '^0.27.1 ' ,
48+ 'unplugin-vue-components ' => '^0.28.0 ' ,
4949 'vue ' => '^3.4.21 ' ,
5050
5151 ] + $ packages );
You can’t perform that action at this time.
0 commit comments