Skip to content

Commit 919d608

Browse files
committed
Inertia 2.0 update
1 parent 460931f commit 919d608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

src/Console/InstallerTraits/FrontendPackages.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)