We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f084929 commit 4da7c3dCopy full SHA for 4da7c3d
src/Commands/InstallCommand.php
@@ -29,7 +29,7 @@ public function handle(): int
29
30
$this->updateNodePackages(function ($packages) {
31
unset(
32
- $packages['@inertiajs/inertia-vue3'],
+ $packages['@inertiajs/vue3'],
33
$packages['@vitejs/plugin-vue'],
34
$packages['@tailwindcss/forms'],
35
$packages['@vue/compiler-sfc'],
@@ -39,6 +39,8 @@ public function handle(): int
39
);
40
41
return [
42
+ '@inertiajs/inertia' => '^0.11.1',
43
+ '@inertiajs/progress' => '^0.2.7',
44
'@inertiajs/inertia-vue' => '^0.8.0',
45
'@vitejs/plugin-vue2' => '^2.0.0',
46
'@vue/eslint-config-standard' => '^6.1.0',
0 commit comments