5 Commits 0d0e1e2606 ... 47a87c5319

Author SHA1 Message Date
  bach 0d0e1e2606 upgraded views_bulk_operations 2 weeks ago
  bach c7549647f7 upgraded link_attributes linkit 2 weeks ago
  bach a8478dea8b extlinks upgrade 2 weeks ago
  bach 173212c307 config_ignore upgrade 2 weeks ago
  bach 686827595c removed the admin_toolbar_links_access_filter module 2 weeks ago
2 changed files with 7 additions and 6 deletions
  1. 6 6
      composer.json
  2. 1 0
      figli_starter_kit.info.yml

+ 6 - 6
composer.json

@@ -16,10 +16,10 @@
     "drupal/autocomplete_deluxe": "^2.0.0",
     "drupal/autologout": "^1.0",
     "drupal/better_exposed_filters": "^6",
-    "drupal/block_class": "^3.0",
+    "drupal/block_class": "^2.0",
     "drupal/bulkdelete": "1.x-dev",
     "drupal/cshs": "^4.0",
-    "drupal/config_ignore": "^3.0",
+    "drupal/config_ignore": "^2.3@RC",
     "drupal/config_filter": "^2.0",
     "drupal/config_devel": "^1.x-dev@dev",
     "drupal/config_update": "^2.0@alpha",
@@ -32,15 +32,15 @@
     "drupal/entity_browser": "^2.0",
     "drupal/entity_browser_enhanced": "^2.0",
     "drupal/entity_clone": "dev-2.x",
-    "drupal/extlink": "^2.0",
+    "drupal/extlink": "^1.1",
     "drupal/field_group": "3.x-dev@dev",
     "drupal/filter_perms": "1.x-dev",
     "drupal/formatter_suite": "^2.0",
     "drupal/honeypot": "^2.0",
     "drupal/imagemagick": "^3.1",
     "drupal/inline_entity_form": "^1.0@RC",
-    "drupal/linkit": "^7.0",
-    "drupal/link_attributes": "^2.1",
+    "drupal/linkit": "^6.0@beta",
+    "drupal/link_attributes": "^1.5",
     "drupal/login_destination": "2.x-dev@dev",
     "drupal/maillog": "1.x-dev",
     "drupal/matomo": "^1.7",
@@ -65,7 +65,7 @@
     "drupal/token": "^1.5",
     "drupal/ultimate_cron": "^2.0@alpha",
     "drupal/video_embed_field": "^2.0",
-    "drupal/views_bulk_operations": "^4.4",
+    "drupal/views_bulk_operations": "^4",
     "drupal/views_bulk_edit": "^2.2",
     "kint-php/kint": "^3.3",
     "drupal/devel_kint_extras": "^1.0"

+ 1 - 0
figli_starter_kit.info.yml

@@ -45,6 +45,7 @@ dependencies:
   # Contrib
   - 'actions_permissions'
   - 'admin_toolbar'
+  - 'admin_toolbar_links_access_filter'
   - 'advanced_text_formatter'
   - 'audiofield'
   - 'autocomplete_deluxe'