From e163209a69f1186bc2ab048678162d70d94bdf9f Mon Sep 17 00:00:00 2001 From: William Hearn Date: Mon, 1 Jul 2024 22:47:15 -0400 Subject: [PATCH] feat(wxt): Update WxT Bootstrap --- CHANGELOG.md | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e88c32..5b6e0c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Update file_entity in composer.json [3445800](https://www.drupal.org/node/3445800) - SKAUGHT: Security advisory for group module [3406903](https://www.drupal.org/node/3406903) - Updated for WxT Bootstrap + - Use Bootstrap to v3.31 - Use content language for footer menu visibility conditions [3456827](https://www.drupal.org/node/3456827) - Updates for WxT Library - Add latest releases of wet-boew and gcweb (v4.0.75 and v14.6.0) diff --git a/composer.json b/composer.json index 22c7f3c6..9ea33d9b 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "drupal/redis": "^1.6", "drupal/search_api": "^1.27", "drupal/simple_sitemap": "^4.1", - "drupal/slick_entityreference": "^2.0", + "drupal/slick_entityreference": "^3.0", "drupal/toc_api": "^1.2", "drupal/toc_filter": "^2.0", "drupal/token": "^1.7", @@ -81,7 +81,7 @@ "drupal/views_infinite_scroll": "^2.0", "drupal/webform": "^6.2.0-beta5", "drupal/webform_migrate": "2.0.x-dev", - "drupal/wxt_bootstrap": "8.4", + "drupal/wxt_bootstrap": "8.5", "drupal/wxt_library": "8.3", "drupal-ckeditor-libraries-group/fakeobjects": "4.18.0", "cdubz/ckeditor5-source-editing-codemirror": "^35.1",