Skip to content

Commit

Permalink
Update drupal/better_exposed_filters requirement from 7.0.1 to 7.0.2 (#…
Browse files Browse the repository at this point in the history
…3771)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Berndt <[email protected]>
Co-authored-by: Joe Parsons <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent a119b5c commit fef8129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions az_quickstart.install
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ function az_quickstart_requirements($phase) {
// Gather all deprecated modules that are enabled.
$azqs_deprecated_modules = [
'ctools',
'jquery_ui_slider',
'jquery_ui_touch_punch',
];
$enabled_deprecated_modules = [];
$enabled_modules = \Drupal::moduleHandler()->getModuleList();
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"drupal/antibot": "2.0.4",
"drupal/asset_injector": "2.21.0",
"drupal/auto_entitylabel": "3.3.0",
"drupal/better_exposed_filters": "7.0.1",
"drupal/better_exposed_filters": "7.0.2",
"drupal/blazy": "3.0.12",
"drupal/block_class": "2.0.11",
"drupal/block_field": "1.0.0-rc5",
Expand Down Expand Up @@ -83,6 +83,8 @@
"drupal/intelligencebank": "4.1.1",
"drupal/jquery_ui": "1.7.0",
"drupal/jquery_ui_datepicker": "2.1.0",
"drupal/jquery_ui_slider": "*",
"drupal/jquery_ui_touch_punch": "*",
"drupal/link_class": "2.1.0",
"drupal/linkit": "6.1.4",
"drupal/masquerade": "2.0.0",
Expand Down

0 comments on commit fef8129

Please sign in to comment.