From 2ec3cae2cc10554100656c4b0af579c5d211cea0 Mon Sep 17 00:00:00 2001 From: Velychenko Nazar <62742569+nvelychenko@users.noreply.github.com> Date: Tue, 3 Nov 2020 19:18:42 +0200 Subject: [PATCH] Composer and gulp fixes. (#135) * OI-246 Removed link to content from News title, fixed tags visibility on News page itself and inside the /news. Fixed "User page" condition submit logic. * OI-206 Changed thumbnail style to compact_user_icon in next user view modes: additional details, default, edit. * OI-243 Change OpenidealIdeaUpdateInfo create and change date formats. Fix CSS styles for right sidebar of content types canonical pages. * OI-85 Fix CSS for workflow block, and mobile view of /idea page. * Reverted composer.json changes. * OI-243 Removed unneeded code. * OI-125,142 Changed moderation content view title, and altered local task title. Changed slideshow arrows. * OI-246. Implemented OpenidealRRSSBBlock, which provide ability to set an entity from context e.g. from layout builder. Implemented styles for /news page. * OI-00 Change the gulp script, remove source map and cleanCss gulp plugins. * OI-00 npm audit fix. * OI-276 Composer dependencies fix. Co-authored-by: Ivan Doroshenko Co-authored-by: Ivan Doroshenko <57439293+db-Matroskeen@users.noreply.github.com> --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2fcdfde1a..1a161841d 100644 --- a/composer.json +++ b/composer.json @@ -210,7 +210,7 @@ "drupal/faqfield": "^1.1", "drupal/field_permissions": "^1.0", "drupal/flag": "^4.0", - "drupal/group": "^1.0", + "drupal/group": "1.3", "drupal/honeypot": "^2.0", "drupal/layout_builder_styles": "^1.0@beta", "drupal/metatag": "^1.13", @@ -219,7 +219,7 @@ "drupal/moderation_state_buttons_widget": "^1.0@alpha", "drupal/multiple_fields_remove_button": "^1.0@alpha", "drupal/paragraphs": "^1.11", - "drupal/rabbit_hole": "^1.0", + "drupal/rabbit_hole": "^1.0-beta7", "drupal/redirect": "^1.6", "drupal/route_condition": "^1.1", "drupal/rrssb": "^2.2", @@ -237,7 +237,7 @@ "drupal/views_data_export": "^1.0", "drupal/votingapi": "3.x-dev", "drupal/votingapi_reaction": "^1.1", - "drupal/votingapi_widgets": "1.x-dev", + "drupal/votingapi_widgets": "1.0-alpha5", "npm-asset/masonry-layout": "^4.2", "npm-asset/imagesloaded": "^4.1", "npm-asset/dropzone": "^5.7", @@ -278,7 +278,6 @@ "Use the official CKEditor mention plugin": "https://www.drupal.org/files/issues/2020-09-15/ckeditorplugin-3009308-28.patch" }, "drupal/group": { - "Don't deny access to update/delete unpublished entities if we don't support it yrt": "https://www.drupal.org/files/issues/2020-08-06/group-3163727-2.patch", "Permissions to choose which roles a member can assign, edit or delete": "https://www.drupal.org/files/issues/2020-07-27/group-user-manage-by-role-permissions-3027685-29.patch" }, "drupal/rabbit_hole": {