Skip to content

Commit

Permalink
Merge pull request #1631 from danskernesdigitalebibliotek/DDFBRA-76-o…
Browse files Browse the repository at this point in the history
…psaetning-af-next-js-og-graph-ql-modules-i-dpl-cms

DDFBRA-76 - Opsætning af next.js og graphQl modules i dpl-cms
  • Loading branch information
Dresse authored Oct 17, 2024
2 parents 85975ff + 715253d commit 418de8d
Show file tree
Hide file tree
Showing 16 changed files with 1,899 additions and 189 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ tasks:
- task dev:cli -- drush user:create patron --password="test"
- task dev:cli -- drush user:role:add 'patron' patron

- task dev:cli -- drush user:create graphql_consumer --password="test"
- task dev:cli -- drush user:role:add 'graphql_consumer' graphql_consumer

dev:import-profile-translations:
desc: Import our custom profile translations. This is done automatically on deploy.
cmds:
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
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.41.0",
"danskernesdigitalebibliotek/dpl-react": "2024.41.0",
"danskernesdigitalebibliotek/dpl-design-system": "^2024.41",
"danskernesdigitalebibliotek/dpl-react": "^2024.41",
"danskernesdigitalebibliotek/fbs-client": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"deoliveiralucas/array-keys-case-transform": "^1.1",
Expand Down Expand Up @@ -128,6 +128,8 @@
"drupal/gin": "^3.0@RC",
"drupal/gin_login": "^2.1",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/graphql": "^4.9",
"drupal/graphql_compose": "^2.2",
"drupal/handy_cache_tags": "^1.4",
"drupal/health_check": "^3.1",
"drupal/honeypot": "^2.1",
Expand All @@ -141,6 +143,7 @@
"drupal/metatag": "^2.0",
"drupal/multiple_fields_remove_button": "^2.2",
"drupal/multivalue_form_element": "^1.0@beta",
"drupal/next": "^1.6",
"drupal/openapi": "^2.1",
"drupal/openapi_rest": "^2.0@RC",
"drupal/openapi_ui_swagger": "^1.0",
Expand Down
Loading

0 comments on commit 418de8d

Please sign in to comment.