Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2023
1 parent f750b28 commit 0442ac2
Show file tree
Hide file tree
Showing 5 changed files with 2,046 additions and 1,573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: yarn test --reporters=jest-junit --runInBand

- name: Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
14 changes: 7 additions & 7 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
}
],
"require": {
"composer/installers": "2.1.1",
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-master",
"drupal/config_pages": "^2.9",
"drupal/core-composer-scaffold": "9.3.13",
"drupal/core-project-message": "9.3.13",
"drupal/core-recommended": "9.3.13",
"drupal/config_pages": "^2.10.0",
"drupal/core-composer-scaffold": "9.4.8",
"drupal/core-project-message": "9.4.8",
"drupal/core-recommended": "9.4.8",
"drupal/druxt": "1.1.1",
"drupal/tome": "1.7.0",
"drush/drush": "11.0.9"
"drush/drush": "11.3.2"
},
"require-dev": {
"drupal/core-dev": "9.3.13"
"drupal/core-dev": "9.4.8"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

0 comments on commit 0442ac2

Please sign in to comment.