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] committed Jul 8, 2022
1 parent 277d99f commit b8332fd
Show file tree
Hide file tree
Showing 6 changed files with 2,112 additions and 1,866 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.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.2.0
uses: actions/setup-node@v3.3.0
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.2
uses: actions/cache@v3.0.4
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
14 changes: 7 additions & 7 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"drupal/allowed_formats": "^1.5",
"drupal/anonymous_redirect": "^2.2",
"drupal/coffee": "^1.2",
"drupal/config_filter": "^2.3",
"drupal/config_filter": "^2.4",
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.9",
"drupal/content_lock": "^2.2",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core-project-message": "^9.4",
"drupal/core-recommended": "^9.4",
"drupal/diff": "^1.0",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^2.0",
"drupal/entity_browser": "^2.6",
"drupal/entity_browser": "^2.7",
"drupal/entity_browser_enhanced": "^1.0",
"drupal/entity_clone": "^1.0",
"drupal/entity_display_mode": "^1.0",
Expand All @@ -60,7 +60,7 @@
"drupal/m4032404": "^1.0",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.1",
"drupal/media_file_delete": "^1.2",
"drupal/memcache": "^2.3",
"drupal/metatag": "^1.19",
"drupal/node_edit_protection": "^1.0",
Expand All @@ -83,7 +83,7 @@
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "^9.3",
"drupal/core-dev": "^9.4",
"drush/drush": "^11.0"
},
"conflict": {
Expand Down

0 comments on commit b8332fd

Please sign in to comment.