Commit f68b1a7f authored by Yahya Al Hamad's avatar Yahya Al Hamad Committed by Yahya Al Hamad
Browse files

Issue #3261752 by YahyaAlHamad: Add a patch to fix block IDs, also, update modules

parent b789f756
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    "drupal/crop": "2.1",
    "drupal/focal_point": "1.5",
    "drupal/smart_trim": "1.3",
    "drupal/allowed_formats": "1.3",
    "drupal/allowed_formats": "1.4",
    "drupal/paragraphs": "1.12",
    "drupal/slick": "2.4",
    "drupal/blazy": "2.5",
@@ -33,8 +33,8 @@
    "drupal/layout_builder_restrictions": "2.12",
    "drupal/layout_builder_modal": "1.1",
    "drupal/shariff": "1.7",
    "drupal/admin_toolbar": "3.0.3",
    "drupal/seeds_toolbar": "1.18",
    "drupal/admin_toolbar": "3.1.0",
    "drupal/seeds_toolbar": "1.19",
    "drupal/media_embeddable": "1.0.1",
    "drupal/responsive_media_image": "1.0.0",
    "drupal/rabbit_hole": "1.0-beta10",
@@ -43,7 +43,7 @@
    "drupal/block_content_permissions": "1.10",
    "drupal/masquerade": "2.0-beta4",
    "drupal/responsive_preview": "1.1",
    "drupal/views_bulk_operations": "4.0",
    "drupal/views_bulk_operations": "4.0.1",
    "drupal/views_bulk_edit": "2.6",
    "drupal/diff": "1.0",
    "drupal/embed": "1.4",
@@ -64,11 +64,11 @@
    "drupal/yoast_seo": "1.7",
    "drupal/schema_metatag": "2.2",
    "drupal/length_indicator": "1.1",
    "drupal/imageapi_optimize": "4.0-beta1",
    "drupal/imageapi_optimize": "4.0.0",
    "drupal/imageapi_optimize_resmushit": "2.0-beta1",
    "drupal/webp": "^1.0@beta",
    "drupal/advagg": "4.1",
    "drupal/minifyhtml": "1.10",
    "drupal/minifyhtml": "1.11",
    "drupal/responsive_image_preload": "1.0.x-dev#4037f4133f8bf03b8efcbc3b698209a1b1ab7406",
    "drupal/cloudflare": "1.0-beta2",
    "drupal/ultimate_cron": "2.0-alpha5",
@@ -134,7 +134,8 @@
    "patches": {
      "drupal/core": {
        "Issue #2771361: Fix multiple ajax calls problem, which causes the browser to be in an infinite loop thus causing a crash.": "https://www.drupal.org/files/issues/2021-05-12/2771361-42.patch",
        "Issue #2985168: Allow media items to be edited in a modal when using the field widget": "https://www.drupal.org/files/issues/2021-06-02/2985168-70.patch"
        "Issue #2985168: Allow media items to be edited in a modal when using the field widget": "https://www.drupal.org/files/issues/2021-06-02/2985168-70.patch",
        "Issue #3254328: Update to Drupal 9.3.0 adding --2 suffix to (views-) block-ID's": "https://www.drupal.org/files/issues/2022-01-13/drupal-block-id-rendered-twice-3254328-30.patch"
      },
      "drupal/focal_point": {
        "Issue #3094478: Integrate focal point with media_library": "https://www.drupal.org/files/issues/2020-01-09/3094478-10.patch"