Skip to content

Commit

Permalink
Update swap node packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsommie committed Jun 23, 2021
1 parent e26bb6d commit fa4048d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NascentAfrica/Jetstrap/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function swapJetstreamLivewireStack()

Helpers::updateNodePackages(function ($packages) {
return [
'alpinejs' => '^2.7.3',
'alpinejs' => '^3.0.6',
'bootstrap' => '^4.6.0',
'jquery' => '^3.5.1',
'popper.js' => '^1.16.1'
Expand Down Expand Up @@ -153,10 +153,10 @@ protected function swapJetstreamInertiaStack()
// Install NPM packages...
Helpers::updateNodePackages(function ($packages) {
return [
'@inertiajs/inertia' => '^0.8.2',
'@inertiajs/inertia-vue3' => '^0.3.5',
'@inertiajs/progress' => '^0.2.4',
'alpinejs' => '^2.7.3',
'@inertiajs/inertia' => '^0.9.1',
'@inertiajs/inertia-vue3' => '^0.4.2',
'@inertiajs/progress' => '^0.2.5',
'alpinejs' => '^3.0.6',
'bootstrap' => '^4.6.0',
'jquery' => '^3.5.1',
'popper.js' => '^1.16.1',
Expand Down

0 comments on commit fa4048d

Please sign in to comment.