diff --git a/importmap.php b/importmap.php index 12828f2..83d407a 100644 --- a/importmap.php +++ b/importmap.php @@ -16,17 +16,17 @@ return [ 'path' => './assets/app.js', 'entrypoint' => true, ], - '@hotwired/stimulus' => [ - 'version' => '3.2.2', - ], '@symfony/stimulus-bundle' => [ 'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js', ], + '@hotwired/stimulus' => [ + 'version' => '3.2.2', + ], '@hotwired/turbo' => [ - 'version' => '7.3.0', + 'version' => '8.0.20', ], 'jquery' => [ - 'version' => '3.3.1', + 'version' => '3.7.1', ], 'jquery-ui' => [ 'version' => '1.14.1',