Skip to content

Commit

Permalink
VACMS-12252: update for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Nov 2, 2023
1 parent 439e816 commit a07d1fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"drupal/core-composer-scaffold": "10.1.4 as 9.5",
"drupal/core-recommended": "10.1.4 as 9.5",
"drupal/crop": "^2.0",
"drupal/csv_serialization": "4.0 as 3.0",
"drupal/csv_serialization": "^4.0",
"drupal/ctools_block": "^4.0",
"drupal/danse": "^2.2",
"drupal/danse_content_moderation": "^2.0@beta",
Expand Down Expand Up @@ -186,7 +186,7 @@
"drupal/views_bulk_edit": "^2.3",
"drupal/views_bulk_operations": "^4.2",
"drupal/views_conditional": "^1.4",
"drupal/views_data_export": "^1.0@beta",
"drupal/views_data_export": "1.x-dev@dev",
"drupal/views_local_tasks": "^1.0",
"drupal/workbench_access": "^2.0",
"drupal/workbench_menu_access": "^2.0",
Expand Down
33 changes: 12 additions & 21 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ba5449222aeea3a1b9d459ebd4d09856",
"content-hash": "0677c779258a13afc649359fde4152b7",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -13582,34 +13582,31 @@
},
{
"name": "drupal/views_data_export",
"version": "1.3.0",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_data_export.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "a8a5483e13787f2bb3eb66d9b0f19d96c0d8d7c1"
"reference": "46392e36e5e39707772d67e6d473b20ded56d290"
},
"require": {
"drupal/core": "^9 || ^10",
"drupal/csv_serialization": "~1.4 || ~2.0 || ~3"
"drupal/csv_serialization": "~1.4 || ~2.0 || ~3 || ~4"
},
"require-dev": {
"drupal/search_api": "~1.12",
"drupal/xls_serialization": "~1.0"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.3",
"datestamp": "1679072666",
"version": "8.x-1.3+1-dev",
"datestamp": "1698864290",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
Expand Down Expand Up @@ -26626,12 +26623,6 @@
"alias": "9.5",
"alias_normalized": "9.5.0.0"
},
{
"package": "drupal/csv_serialization",
"version": "4.0.0.0",
"alias": "3.0",
"alias_normalized": "3.0.0.0"
},
{
"package": "easyrdf/easyrdf",
"version": "1.1.1.0",
Expand Down Expand Up @@ -26691,7 +26682,7 @@
"drupal/styleguide": 10,
"drupal/user_history": 15,
"drupal/viewfield": 10,
"drupal/views_data_export": 10,
"drupal/views_data_export": 20,
"drupal/html_tag_usage": 10
},
"prefer-stable": true,
Expand Down

0 comments on commit a07d1fd

Please sign in to comment.