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 840636c commit 8c0b6c8Copy full SHA for 8c0b6c8
src/InertiaJsPreset.php
@@ -23,8 +23,8 @@ protected static function updatePackageArray(array $packages)
23
{
24
return array_merge([
25
'@babel/plugin-syntax-dynamic-import' => '^7.2.0',
26
- '@inertiajs/inertia' => '^0.1',
27
- '@inertiajs/inertia-vue' => '^0.1',
+ '@inertiajs/inertia' => '^0.1.0',
+ '@inertiajs/inertia-vue' => '^0.1.0',
28
'vue-template-compiler' => '^2.6.10',
29
], $packages);
30
}
0 commit comments