Bump composer and importmap dependencies

This commit is contained in:
Jan Rosier
2025-10-05 17:51:04 +02:00
parent 5faac33aa8
commit 0dc5a938e8
3 changed files with 532 additions and 444 deletions

View File

@@ -40,7 +40,7 @@
"symfony/ux-live-component": "^2.6",
"symfony/validator": "^7",
"symfony/yaml": "^7",
"symfonycasts/sass-bundle": "^0.7",
"symfonycasts/sass-bundle": "^0.8.3",
"twbs/bootstrap": "^5",
"twig/extra-bundle": "^3.3",
"twig/intl-extra": "^3.3",

948
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,6 +20,12 @@ return [
'path' => './assets/admin.js',
'entrypoint' => true,
],
'@symfony/stimulus-bundle' => [
'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
],
'@symfony/ux-live-component' => [
'path' => './vendor/symfony/ux-live-component/assets/dist/live_controller.js',
],
'@hotwired/stimulus' => [
'version' => '3.2.2',
],
@@ -27,22 +33,23 @@ return [
'version' => '2.11.8',
],
'bootstrap' => [
'version' => '5.3.7',
'version' => '5.3.8',
],
'jquery' => [
'version' => '3.7.1',
],
'highlight.js/lib/core' => [
'version' => '11.9.0',
'version' => '11.11.1',
],
'highlight.js/lib/languages/php' => [
'version' => '11.9.0',
'version' => '11.11.1',
],
'highlight.js/lib/languages/twig' => [
'version' => '11.9.0',
'version' => '11.11.1',
],
'@symfony/stimulus-bundle' => [
'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
'highlight.js/styles/github-dark-dimmed.css' => [
'version' => '11.11.1',
'type' => 'css',
],
'flatpickr' => [
'version' => '4.6.13',
@@ -54,10 +61,6 @@ return [
'version' => '4.6.13',
'type' => 'css',
],
'highlight.js/styles/github-dark-dimmed.css' => [
'version' => '11.9.0',
'type' => 'css',
],
'lato-font/css/lato-font.css' => [
'version' => '3.0.0',
'type' => 'css',
@@ -86,7 +89,4 @@ return [
'bootstrap-tagsinput' => [
'version' => '0.7.1',
],
'@symfony/ux-live-component' => [
'path' => './vendor/symfony/ux-live-component/assets/dist/live_controller.js',
],
];