Skip to content

Commit

Permalink
update outdated dependencies (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsantosz authored Jan 2, 2022
1 parent 627f2d0 commit 516b537
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Console/InstallsInertiaStacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@ protected function installInertiaVueStack()
protected function installInertiaReactStack()
{
// Install Inertia...
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.3.5', 'laravel/sanctum:^2.6', 'tightenco/ziggy:^1.0');
$this->requireComposerPackages('inertiajs/inertia-laravel:^0.4.5', 'laravel/sanctum:^2.8', 'tightenco/ziggy:^1.0');

// NPM Packages...
$this->updateNodePackages(function ($packages) {
return [
'@headlessui/react' => '^1.2.0',
'@inertiajs/inertia' => '^0.9.0',
'@inertiajs/inertia-react' => '^0.6.0',
'@inertiajs/progress' => '^0.2.4',
'@headlessui/react' => '^1.4.2',
'@inertiajs/inertia' => '^0.10.0',
'@inertiajs/inertia-react' => '^0.7.0',
'@inertiajs/progress' => '^0.2.6',
'@tailwindcss/forms' => '^0.4.0',
'autoprefixer' => '^10.2.4',
'postcss' => '^8.2.13',
'postcss-import' => '^14.0.1',
'tailwindcss' => '^3.0.0',
'react' => '^17.0.2',
'react-dom' => '^17.0.2',
'@babel/preset-react' => '^7.13.13',
'@babel/preset-react' => '^7.16.7',
] + $packages;
});

Expand Down

0 comments on commit 516b537

Please sign in to comment.