From b9726dc850dd5455ed0f4f6a6c2103707449809d Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Tue, 1 Oct 2024 09:00:31 -0400 Subject: [PATCH] fix(YSP-559): add jquery_ui Looks like it's deprecated from core, but we still need it. We are still missing out on jquery_ui_touch_punch, but the rest are represented. --- web/profiles/custom/yalesites_profile/composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 415d40435..e1a957a1d 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -56,6 +56,9 @@ "drupal/honeypot": "2.1.4", "drupal/imagemagick": "4.0.2", "drupal/improve_line_breaks_filter": "1.6", + "drupal/jquery_ui": "^1.7", + "drupal/jquery_ui_datepicker": "^2.0", + "drupal/jquery_ui_slider": "^2.1", "drupal/layout_builder_browser": "1.7", "drupal/layout_builder_lock": "2.0.0-rc2", "drupal/layout_builder_restrictions": "3.0.0",