From 8afb8fe55522d1c3be490181b440b464feaedc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Tue, 28 Nov 2023 03:17:55 +0100 Subject: [PATCH] [Site] Fix highlight.js version (made the translation page bug) --- ux.symfony.com/importmap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ux.symfony.com/importmap.php b/ux.symfony.com/importmap.php index 707b71b24f9..9c6ba86149d 100644 --- a/ux.symfony.com/importmap.php +++ b/ux.symfony.com/importmap.php @@ -110,10 +110,10 @@ 'version' => '3.59.1', ], 'highlight.js/lib/core' => [ - 'version' => '10.3.0', + 'version' => '11.7.0', ], 'highlight.js/lib/languages/javascript' => [ - 'version' => '10.3.0', + 'version' => '11.7.0', ], 'intl-messageformat' => [ 'version' => '10.3.5',