Skip to content

Commit 4db9944

Browse files
committed
minor #1299 [Site] Fix highlight.js version (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Fix highlight.js version We downgraded by accident the Highlight.js version (made the translation page bug) Commits ------- 8afb8fe [Site] Fix highlight.js version
2 parents 7989f27 + 8afb8fe commit 4db9944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ux.symfony.com/importmap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@
110110
'version' => '3.59.1',
111111
],
112112
'highlight.js/lib/core' => [
113-
'version' => '10.3.0',
113+
'version' => '11.7.0',
114114
],
115115
'highlight.js/lib/languages/javascript' => [
116-
'version' => '10.3.0',
116+
'version' => '11.7.0',
117117
],
118118
'intl-messageformat' => [
119119
'version' => '10.3.5',

0 commit comments

Comments
 (0)