Skip to content

Commit

Permalink
Merge branch 'develop' into DDFBRA-138-setup-simple-oauth-module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Nov 7, 2024
2 parents 5c869e0 + d036804 commit 72fd97e
Show file tree
Hide file tree
Showing 7 changed files with 20,028 additions and 18,863 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"type": "package",
"package": {
"name": "danskernesdigitalebibliotek/dpl-react",
"version": "2024.44.0",
"version": "2024.45.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.44.0/dist-2024-44-0-569a1656d740c639d78cac425fac380e774cae75.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.45.0/dist-2024-45-0-43d543d1b3e33cc859f2401cad3a7c18f0d7d19b.zip",
"type": "zip"
},
"require": {
Expand All @@ -56,9 +56,9 @@
"package": {
"name": "danskernesdigitalebibliotek/dpl-design-system",
"type": "drupal-library",
"version": "2024.44.0",
"version": "2024.45.0",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.44.0/dist-2024-44-0-34305e57a86041624c7b762d10fa91f044842144.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.45.0/dist-2024-45-0-61278e37e6e8fa118932c90aea48f0d491755b1f.zip",
"type": "zip"
}
}
Expand Down Expand Up @@ -90,8 +90,8 @@
"composer/installers": "1.12.0",
"cweagans/composer-patches": "1.7.3",
"danskernesdigitalebibliotek/cms-api": "*",
"danskernesdigitalebibliotek/dpl-design-system": "^2024.44",
"danskernesdigitalebibliotek/dpl-react": "^2024.44",
"danskernesdigitalebibliotek/dpl-design-system": "2024.45.0",
"danskernesdigitalebibliotek/dpl-react": "2024.45.0",
"danskernesdigitalebibliotek/fbs-client": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"deoliveiralucas/array-keys-case-transform": "^1.1",
Expand Down Expand Up @@ -312,7 +312,6 @@
"3200212: Overwrite files on import": "https://www.drupal.org/files/issues/2021-12-08/default_content-3200212.patch"
},
"drupal/dynamic_entity_reference": {
"3405253: Update the FieldType category for clarity": "https://git.drupalcode.org/project/dynamic_entity_reference/-/commit/3f048d296f671906d15b0cdfbbadbea38f5f3c8b.patch",
"3396393: Entity with a dynamic entity reference field can't be cloned using entity_clone": "https://www.drupal.org/files/issues/2023-10-24/3396393-2.patch"
},
"drupal/entity_clone": {
Expand Down
112 changes: 56 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@lhci/cli": "^0.8",
"@testing-library/cypress": "^10.0.2",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^8.12.0",
"@typescript-eslint/parser": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"chrome-launcher": "^0.15.1",
"cypress": "^13.15.1",
"cypress-if": "^1.13.1",
Expand Down
Loading

0 comments on commit 72fd97e

Please sign in to comment.