Skip to content

Commit

Permalink
updated inertia to current latest i.e. 0.11.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
As1fAli authored Feb 21, 2022
1 parent 8bfcb62 commit 7f9f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function installInertiaVueStack()
// NPM Packages...
$this->updateNodePackages(function ($packages) {
return [
'@inertiajs/inertia' => '^0.10.0',
'@inertiajs/inertia' => '^0.11.0',
'@inertiajs/inertia-vue3' => '^0.6.0',
'@inertiajs/progress' => '^0.2.6',
'@tailwindcss/forms' => '^0.4.0',
Expand Down

0 comments on commit 7f9f3c2

Please sign in to comment.