Skip to content

Commit 4da7c3d

Browse files
committed
update npm packages
Took 6 minutes
1 parent f084929 commit 4da7c3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Commands/InstallCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function handle(): int
2929

3030
$this->updateNodePackages(function ($packages) {
3131
unset(
32-
$packages['@inertiajs/inertia-vue3'],
32+
$packages['@inertiajs/vue3'],
3333
$packages['@vitejs/plugin-vue'],
3434
$packages['@tailwindcss/forms'],
3535
$packages['@vue/compiler-sfc'],
@@ -39,6 +39,8 @@ public function handle(): int
3939
);
4040

4141
return [
42+
'@inertiajs/inertia' => '^0.11.1',
43+
'@inertiajs/progress' => '^0.2.7',
4244
'@inertiajs/inertia-vue' => '^0.8.0',
4345
'@vitejs/plugin-vue2' => '^2.0.0',
4446
'@vue/eslint-config-standard' => '^6.1.0',

0 commit comments

Comments
 (0)