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 18
18
"require" : {
19
19
"php" : " ^8.2" ,
20
20
"illuminate/contracts" : " ^11.0" ,
21
- "inertiajs/inertia-laravel" : " ^1 .0" ,
21
+ "inertiajs/inertia-laravel" : " ^2 .0" ,
22
22
"laravel/prompts" : " ^0.3.1" ,
23
23
"spatie/laravel-activitylog" : " ^4.8" ,
24
24
"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
16
16
17
17
static ::updateNodePackages (fn ($ packages ) => [
18
18
19
- '@inertiajs/vue3 ' => '^1 .0.15 ' ,
19
+ '@inertiajs/vue3 ' => '^2 .0.0 ' ,
20
20
21
21
'@tailwindcss/forms ' => '^0.5.6 ' ,
22
22
'@vitejs/plugin-vue ' => '^5.0.4 ' ,
@@ -45,7 +45,7 @@ protected function installFrontendPackages(): void
45
45
46
46
'remixicon ' => '^4.2.0 ' ,
47
47
'tailwindcss ' => '^3.3.7 ' ,
48
- 'unplugin-vue-components ' => '^0.27.1 ' ,
48
+ 'unplugin-vue-components ' => '^0.28.0 ' ,
49
49
'vue ' => '^3.4.21 ' ,
50
50
51
51
] + $ packages );
You can’t perform that action at this time.
0 commit comments