Skip to content

Commit 53346c2

Browse files
committed
NEX-164: Upgrade contrib modules
* admin_toolbar 3.5.0 * entity_reference_revisions 1.12.0 * metatag 2.0.2 * paragraphs 1.17.0 * webform 6.2.7
1 parent d1b2ed9 commit 53346c2

File tree

3 files changed

+84
-68
lines changed

3 files changed

+84
-68
lines changed

drupal/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
"php": ">=8.2",
1919
"composer/installers": "^2.1",
2020
"cweagans/composer-patches": "^1.7",
21-
"drupal/admin_toolbar": "^3.4",
21+
"drupal/admin_toolbar": "^3.5",
2222
"drupal/core-composer-scaffold": "^10.3",
2323
"drupal/core-recommended": "^10.3",
2424
"drupal/elasticsearch_helper": "^8.1",
25+
"drupal/entity_reference_revisions": "^1.12",
2526
"drupal/graphql": "^4.7",
2627
"drupal/graphql_compose": "^2.2",
2728
"drupal/menu_link_attributes": "^1.3",
@@ -31,15 +32,15 @@
3132
"drupal/migrate_tools": "^6.0",
3233
"drupal/monolog": "^3.0@beta",
3334
"drupal/next": "^1.6",
34-
"drupal/paragraphs": "^1.16",
35-
"drupal/pathauto": "^1.12",
35+
"drupal/paragraphs": "^1.18",
36+
"drupal/pathauto": "^1.13",
3637
"drupal/redirect": "^1.9",
3738
"drupal/registration_role": "^2.0",
3839
"drupal/require_login": "^3.0",
3940
"drupal/restui": "^1.21",
4041
"drupal/simple_oauth": "^5.2",
4142
"drupal/simplei": "^2.0@beta",
42-
"drupal/token": "^1.14",
43+
"drupal/token": "^1.15",
4344
"drupal/webform": "^6.2",
4445
"drupal/webform_rest": "^4.0",
4546
"drush/drush": "^12",
@@ -133,8 +134,7 @@
133134
"#3111456-59 - Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2022-12-01/decouple_router-3111456-resolve-language-issue-58--get-translation.patch"
134135
},
135136
"drupal/paragraphs": {
136-
"Paragraphs (stable) title from form options not being applied (issue #3401581)": "https://www.drupal.org/files/issues/2023-11-14/paragraphs-custom-title-not-displayed-3401581-2.patch",
137-
"Weight fields appear when editing a translation even if the order can't be changed": "https://www.drupal.org/files/issues/2024-03-04/paragraphs_fix_tabledrag_3425348-3.patch"
137+
"Paragraphs (stable) title from form options not being applied (issue #3401581)": "https://www.drupal.org/files/issues/2023-11-14/paragraphs-custom-title-not-displayed-3401581-2.patch"
138138
},
139139
"drupal/graphql" : {
140140
"drupal-graphql#1323: Add check for translation (from Github)": "https://patch-diff.githubusercontent.com/raw/drupal-graphql/graphql/pull/1388.patch"

drupal/composer.lock

Lines changed: 77 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dataproducer_populate_default_values: false

0 commit comments

Comments
 (0)