Skip to content

Commit 9e253b3

Browse files
committed
[Site] Fix Chart.js script in importmap
1 parent 34d856f commit 9e253b3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

ux.symfony.com/composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ux.symfony.com/importmap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@
111111
'snarkdown' => [
112112
'version' => '2.0.0',
113113
],
114-
'chart.js/auto' => [
115-
'version' => '4.4.3',
116-
],
117114
'cropperjs' => [
118115
'version' => '1.6.2',
119116
],
@@ -124,7 +121,7 @@
124121
'version' => '4.2.18',
125122
],
126123
'svelte/internal' => [
127-
'version' => '4.2.18',
124+
'version' => '3.59.2',
128125
],
129126
'intl-messageformat' => [
130127
'version' => '10.5.14',
@@ -190,4 +187,7 @@
190187
'@kurkle/color' => [
191188
'version' => '0.3.2',
192189
],
190+
'chart.js' => [
191+
'version' => '4.4.3',
192+
],
193193
];

0 commit comments

Comments
 (0)