From 33ff77590fd0595eed124c51b2890ed03af3296d Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 2 Nov 2025 15:36:15 -0500 Subject: [PATCH] upg: importmap --- importmap.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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',