update libraries
This commit is contained in:
parent
e5bd7c4003
commit
d99ef31fef
@ -16,12 +16,18 @@ return [
|
||||
'path' => './assets/app.js',
|
||||
'entrypoint' => true,
|
||||
],
|
||||
'@hotwired/stimulus' => [
|
||||
'version' => '3.2.2',
|
||||
],
|
||||
'@symfony/stimulus-bundle' => [
|
||||
'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
|
||||
],
|
||||
'@symfony/ux-leaflet-map' => [
|
||||
'path' => './vendor/symfony/ux-leaflet-map/assets/dist/map_controller.js',
|
||||
],
|
||||
'jquery' => [
|
||||
'version' => '3.7.1',
|
||||
],
|
||||
'@hotwired/stimulus' => [
|
||||
'version' => '3.2.2',
|
||||
],
|
||||
'leaflet' => [
|
||||
'version' => '1.9.4',
|
||||
],
|
||||
@ -29,9 +35,6 @@ return [
|
||||
'version' => '1.9.4',
|
||||
'type' => 'css',
|
||||
],
|
||||
'@symfony/ux-leaflet-map' => [
|
||||
'path' => './vendor/symfony/ux-leaflet-map/assets/dist/map_controller.js',
|
||||
],
|
||||
'bootstrap' => [
|
||||
'version' => '5.3.3',
|
||||
],
|
||||
@ -53,21 +56,27 @@ return [
|
||||
'version' => '8.8.4',
|
||||
],
|
||||
'tslib' => [
|
||||
'version' => '1.14.1',
|
||||
'version' => '2.8.1',
|
||||
],
|
||||
'core-js/es/map' => [
|
||||
'version' => '3.33.2',
|
||||
'version' => '3.39.0',
|
||||
],
|
||||
'core-js/es/set' => [
|
||||
'version' => '3.33.2',
|
||||
'version' => '3.39.0',
|
||||
],
|
||||
'core-js/es/weak-map' => [
|
||||
'version' => '3.33.2',
|
||||
'version' => '3.39.0',
|
||||
],
|
||||
'core-js/es/array/from' => [
|
||||
'version' => '3.33.2',
|
||||
'version' => '3.39.0',
|
||||
],
|
||||
'core-js/es/object/assign' => [
|
||||
'version' => '3.33.2',
|
||||
'version' => '3.39.0',
|
||||
],
|
||||
'notify.js' => [
|
||||
'version' => '0.0.3',
|
||||
],
|
||||
'underscore' => [
|
||||
'version' => '1.5.2',
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user