Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#28)
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 Sep 28, 2022
1 parent 2c7fd6e commit 00d0805
Show file tree
Hide file tree
Showing 7 changed files with 654 additions and 628 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down
10 changes: 5 additions & 5 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"require": {
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "9.4.5",
"drupal/core-project-message": "9.4.5",
"drupal/core-recommended": "9.4.5",
"drupal/core-composer-scaffold": "9.4.7",
"drupal/core-project-message": "9.4.7",
"drupal/core-recommended": "9.4.7",
"drupal/druxt": "1.1.1",
"drupal/paragraphs": "1.15.0",
"drupal/tome": "1.7.0",
"drush/drush": "11.1.1"
"drush/drush": "11.2.1"
},
"require-dev": {
"drupal/core-dev": "9.4.5"
"drupal/core-dev": "9.4.7"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

1 comment on commit 00d0805

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.