Skip to content

Commit 1b63d46

Browse files
committed
module updates and patches
1 parent 840494a commit 1b63d46

File tree

2 files changed

+370
-134
lines changed

2 files changed

+370
-134
lines changed

composer.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
"url": "https://packages.drupal.org/8",
1515
"exclude": [
1616
"drupal/druxt",
17-
"drupal/eck",
1817
"drupal/entity_display_mode",
1918
"drupal/exclude_node_title",
2019
"drupal/m4032404",
21-
"drupal/node_edit_protection",
22-
"drupal/paragraphs_features",
2320
"drupal/paragraphs_viewmode",
2421
"drupal/pate",
2522
"drupal/role_watchdog"
@@ -29,10 +26,6 @@
2926
"type": "git",
3027
"url": "https://git.drupalcode.org/issue/druxt-3429976.git"
3128
},
32-
"drupal/eck": {
33-
"type": "git",
34-
"url": "https://git.drupalcode.org/issue/eck-3430042.git"
35-
},
3629
"drupal/entity_display_mode": {
3730
"type": "git",
3831
"url": "https://git.drupalcode.org/issue/entity_display_mode-3430161.git"
@@ -45,14 +38,6 @@
4538
"type": "git",
4639
"url": "https://git.drupalcode.org/issue/m4032404-3431768.git"
4740
},
48-
"drupal/node_edit_protection": {
49-
"type": "git",
50-
"url": "https://git.drupalcode.org/issue/node_edit_protection-3433587.git"
51-
},
52-
"drupal/paragraphs_features": {
53-
"type": "git",
54-
"url": "https://git.drupalcode.org/issue/paragraphs_features-3433828.git"
55-
},
5641
"drupal/paragraphs_viewmode": {
5742
"type": "git",
5843
"url": "https://git.drupalcode.org/issue/paragraphs_viewmode-3433848.git"
@@ -94,7 +79,7 @@
9479
"drupal/druxt": "dev-project-update-bot-only",
9580
"drupal/dynamic_entity_reference": "^4.0@alpha",
9681
"drupal/eca": "^2.0",
97-
"drupal/eck": "dev-project-update-bot-only",
82+
"drupal/eck": "^2.1@beta",
9883
"drupal/entity_browser": "^2.11",
9984
"drupal/entity_browser_enhanced": "^2.0",
10085
"drupal/entity_clone": "^2.1@beta",
@@ -132,12 +117,12 @@
132117
"drupal/media_file_delete": "^1.3",
133118
"drupal/memcache": "^2.6",
134119
"drupal/metatag": "^2.1",
135-
"drupal/node_edit_protection": "dev-project-update-bot-only",
120+
"drupal/node_edit_protection": "^1.2",
136121
"drupal/oembed_providers": "^2.2",
137122
"drupal/paragraphs": "^1.18",
138123
"drupal/paragraphs_asymmetric_translation_widgets": "^1.4",
139124
"drupal/paragraphs_ee": "10.0.x-dev@dev",
140-
"drupal/paragraphs_features": "dev-project-update-bot-only as 2.0",
125+
"drupal/paragraphs_features": "^2.1",
141126
"drupal/paragraphs_viewmode": "dev-project-update-bot-only",
142127
"drupal/pate": "dev-3467514-drupal-11-compatibility",
143128
"drupal/pathauto": "^1.13",
@@ -278,7 +263,8 @@
278263
},
279264
"drupal/paragraphs": {
280265
"https://www.drupal.org/project/paragraphs/issues/2904705#comment-15247772": "https://www.drupal.org/files/issues/2023-09-27/paragraphs_support_asym_translations-2904705-141.patch",
281-
"https://www.drupal.org/project/paragraphs/issues/3031598#comment-13972961": "https://www.drupal.org/files/issues/2021-01-22/paragraph-entity-type-did-not-specify-translation-halder-3031598-45.patch"
266+
"https://www.drupal.org/project/paragraphs/issues/3031598#comment-13972961": "https://www.drupal.org/files/issues/2021-01-22/paragraph-entity-type-did-not-specify-translation-halder-3031598-45.patch",
267+
"https://www.drupal.org/project/paragraphs/issues/3501591#comment-15953986": "https://git.drupalcode.org/project/paragraphs/-/merge_requests/171.diff"
282268
},
283269
"drupal/smart_date": {
284270
"https://www.drupal.org/project/smart_date/issues/3493091#comment-15950309": "https://git.drupalcode.org/project/smart_date/-/merge_requests/163.diff"

0 commit comments

Comments
 (0)