Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 564ba1e commit b4191ca
Show file tree
Hide file tree
Showing 6 changed files with 22,633 additions and 18,715 deletions.
4 changes: 2 additions & 2 deletions .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.5.0
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand All @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v3.0.8
uses: actions/cache@v3.3.3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
16 changes: 8 additions & 8 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.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.2.1"
"drupal/core-composer-scaffold": "9.5.11",
"drupal/core-project-message": "9.5.11",
"drupal/core-recommended": "9.5.11",
"drupal/druxt": "1.2.0",
"drupal/paragraphs": "1.17.0",
"drupal/tome": "1.12.0",
"drush/drush": "11.6.0"
},
"require-dev": {
"drupal/core-dev": "9.4.7"
"drupal/core-dev": "9.5.11"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
2 changes: 1 addition & 1 deletion drupal/drush/Commands/contrib/tome_drush/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Contains global Drush commands for initializing and installing Tome.",
"type": "drupal-drush",
"require": {
"drush/drush": "11.2.1"
"drush/drush": "11.6.0"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit b4191ca

Please sign in to comment.