Skip to content

Commit 3b5e46e

Browse files
bin/console importmap:update
1 parent 7c163d1 commit 3b5e46e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

importmap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
'entrypoint' => true,
3030
],
3131
'bootstrap' => [
32-
'version' => '5.3.3',
32+
'version' => '5.3.7',
3333
],
3434
'@popperjs/core' => [
3535
'version' => '2.11.8',
3636
],
3737
'bootstrap/dist/css/bootstrap.min.css' => [
38-
'version' => '5.3.3',
38+
'version' => '5.3.7',
3939
'type' => 'css',
4040
],
4141
'jquery' => [
4242
'version' => '3.7.1',
4343
],
4444
'slug' => [
45-
'version' => '10.0.0',
45+
'version' => '11.0.0',
4646
],
4747
'file-saver' => [
4848
'version' => '2.0.5',
4949
],
5050
'bootstrap-icons/font/bootstrap-icons.min.css' => [
51-
'version' => '1.11.3',
51+
'version' => '1.13.1',
5252
'type' => 'css',
5353
],
5454
];

0 commit comments

Comments
 (0)