update libraries
This commit is contained in:
parent
e5bd7c4003
commit
d99ef31fef
@ -16,12 +16,18 @@ return [
|
|||||||
'path' => './assets/app.js',
|
'path' => './assets/app.js',
|
||||||
'entrypoint' => true,
|
'entrypoint' => true,
|
||||||
],
|
],
|
||||||
'@hotwired/stimulus' => [
|
|
||||||
'version' => '3.2.2',
|
|
||||||
],
|
|
||||||
'@symfony/stimulus-bundle' => [
|
'@symfony/stimulus-bundle' => [
|
||||||
'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
|
'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' => [
|
'leaflet' => [
|
||||||
'version' => '1.9.4',
|
'version' => '1.9.4',
|
||||||
],
|
],
|
||||||
@ -29,9 +35,6 @@ return [
|
|||||||
'version' => '1.9.4',
|
'version' => '1.9.4',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
],
|
],
|
||||||
'@symfony/ux-leaflet-map' => [
|
|
||||||
'path' => './vendor/symfony/ux-leaflet-map/assets/dist/map_controller.js',
|
|
||||||
],
|
|
||||||
'bootstrap' => [
|
'bootstrap' => [
|
||||||
'version' => '5.3.3',
|
'version' => '5.3.3',
|
||||||
],
|
],
|
||||||
@ -53,21 +56,27 @@ return [
|
|||||||
'version' => '8.8.4',
|
'version' => '8.8.4',
|
||||||
],
|
],
|
||||||
'tslib' => [
|
'tslib' => [
|
||||||
'version' => '1.14.1',
|
'version' => '2.8.1',
|
||||||
],
|
],
|
||||||
'core-js/es/map' => [
|
'core-js/es/map' => [
|
||||||
'version' => '3.33.2',
|
'version' => '3.39.0',
|
||||||
],
|
],
|
||||||
'core-js/es/set' => [
|
'core-js/es/set' => [
|
||||||
'version' => '3.33.2',
|
'version' => '3.39.0',
|
||||||
],
|
],
|
||||||
'core-js/es/weak-map' => [
|
'core-js/es/weak-map' => [
|
||||||
'version' => '3.33.2',
|
'version' => '3.39.0',
|
||||||
],
|
],
|
||||||
'core-js/es/array/from' => [
|
'core-js/es/array/from' => [
|
||||||
'version' => '3.33.2',
|
'version' => '3.39.0',
|
||||||
],
|
],
|
||||||
'core-js/es/object/assign' => [
|
'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