contrib updates

This commit is contained in:
Bachir Soussi Chiadmi 2023-03-27 11:29:01 +02:00
parent 40cde51284
commit 80cc9ae097
2 changed files with 26 additions and 23 deletions

View File

@ -30,10 +30,11 @@
"drupal/iframe": "^2.21", "drupal/iframe": "^2.21",
"drupal/image_field_caption": "^1.1", "drupal/image_field_caption": "^1.1",
"drupal/imce": "^2.4", "drupal/imce": "^2.4",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/leaflet": "^2.1", "drupal/leaflet": "^2.1",
"drupal/leaflet_more_maps": "^2.1", "drupal/leaflet_more_maps": "^2.1",
"drupal/leaflet_more_markers": "^1.1", "drupal/leaflet_more_markers": "^1.1",
"drupal/linked_field": "^1.3", "drupal/linked_field": "^1",
"drupal/mailsystem": "^4.4", "drupal/mailsystem": "^4.4",
"drupal/metatag": "^1.21", "drupal/metatag": "^1.21",
"drupal/page_manager": "4.x-dev@dev", "drupal/page_manager": "4.x-dev@dev",
@ -45,7 +46,7 @@
"drupal/role_delegation": "^1.1", "drupal/role_delegation": "^1.1",
"drupal/selective_better_exposed_filters": "2.x-dev@dev", "drupal/selective_better_exposed_filters": "2.x-dev@dev",
"drupal/seo_checklist": "^5.1", "drupal/seo_checklist": "^5.1",
"drupal/smart_date": "^3.1", "drupal/smart_date": "^4.0@beta",
"drupal/structure_sync": "^2.0", "drupal/structure_sync": "^2.0",
"drupal/twig_xdebug": "^1.2", "drupal/twig_xdebug": "^1.2",
"drupal/video_embed_dailymotion": "^1.2", "drupal/video_embed_dailymotion": "^1.2",

44
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6dbe093bb1e027b4cde243f95ce54abe", "content-hash": "4691479758d338c2df2993de7db5fe4c",
"packages": [ "packages": [
{ {
"name": "ajgl/breakpoint-twig-extension", "name": "ajgl/breakpoint-twig-extension",
@ -9151,22 +9151,22 @@
}, },
{ {
"name": "drupal/smart_date", "name": "drupal/smart_date",
"version": "3.7.2", "version": "4.0.0-beta1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/smart_date.git", "url": "https://git.drupalcode.org/project/smart_date.git",
"reference": "3.7.2" "reference": "4.0.0-beta1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_date-3.7.2.zip", "url": "https://ftp.drupal.org/files/projects/smart_date-4.0.0-beta1.zip",
"reference": "3.7.2", "reference": "4.0.0-beta1",
"shasum": "4dc2040d94688369cff3c8b1062c1991fe685963" "shasum": "489fde4e1eed2b23dd1889f2dd65cb677d6c3eb2"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10", "drupal/core": "^9 || ^10",
"php": ">=8.0", "php": ">=8.0",
"simshaun/recurr": "^4" "simshaun/recurr": "^5"
}, },
"suggest": { "suggest": {
"drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
@ -9174,11 +9174,11 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "3.7.2", "version": "4.0.0-beta1",
"datestamp": "1677784501", "datestamp": "1679052038",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Beta releases are not covered by Drupal security advisories."
} }
}, },
"drush": { "drush": {
@ -13171,24 +13171,25 @@
}, },
{ {
"name": "simshaun/recurr", "name": "simshaun/recurr",
"version": "v4.0.5", "version": "v5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simshaun/recurr.git", "url": "https://github.com/simshaun/recurr.git",
"reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749" "reference": "6887b7bd7075de97c8c69835e0939ff68d23c47e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749", "url": "https://api.github.com/repos/simshaun/recurr/zipball/6887b7bd7075de97c8c69835e0939ff68d23c47e",
"reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749", "reference": "6887b7bd7075de97c8c69835e0939ff68d23c47e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/collections": "~1.3", "doctrine/collections": "~1.6",
"php": ">=5.5.0" "php": "^7.2||^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~5.7" "phpunit/phpunit": "^8.5.16",
"symfony/yaml": "^5.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -13223,9 +13224,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/simshaun/recurr/issues", "issues": "https://github.com/simshaun/recurr/issues",
"source": "https://github.com/simshaun/recurr/tree/v4.0.5" "source": "https://github.com/simshaun/recurr/tree/v5.0.1"
}, },
"time": "2021-03-25T23:00:49+00:00" "time": "2022-09-09T05:37:22+00:00"
}, },
{ {
"name": "stack/builder", "name": "stack/builder",
@ -16920,10 +16921,12 @@
"stability-flags": { "stability-flags": {
"drupal/address": 20, "drupal/address": 20,
"drupal/administerusersbyrole": 20, "drupal/administerusersbyrole": 20,
"drupal/inline_entity_form": 5,
"drupal/page_manager": 20, "drupal/page_manager": 20,
"drupal/paragraphs": 20, "drupal/paragraphs": 20,
"drupal/perimeter": 20, "drupal/perimeter": 20,
"drupal/selective_better_exposed_filters": 20, "drupal/selective_better_exposed_filters": 20,
"drupal/smart_date": 10,
"drupal/views_argument_token": 20, "drupal/views_argument_token": 20,
"drupal/bulkdelete": 20, "drupal/bulkdelete": 20,
"drupal/cshs": 20, "drupal/cshs": 20,
@ -16941,7 +16944,6 @@
"drupal/field_group": 20, "drupal/field_group": 20,
"drupal/filefield_sources": 20, "drupal/filefield_sources": 20,
"drupal/filter_perms": 20, "drupal/filter_perms": 20,
"drupal/inline_entity_form": 5,
"drupal/linkit": 10, "drupal/linkit": 10,
"drupal/login_destination": 20, "drupal/login_destination": 20,
"drupal/maillog": 20, "drupal/maillog": 20,