Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #76

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.4.1
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.8
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 @@ -16,7 +16,7 @@
},
"require": {
"php": ">=8.1",
"composer/installers": "^2.1",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0",
Expand All @@ -29,9 +29,9 @@
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.10",
"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",
Expand Down Expand Up @@ -61,7 +61,7 @@
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.2",
"drupal/memcache": "^2.4",
"drupal/memcache": "^2.5",
"drupal/metatag": "^1.21",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.1",
Expand All @@ -83,8 +83,8 @@
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "^9.3",
"drush/drush": "^11.0"
"drupal/core-dev": "^9.4",
"drush/drush": "^11.1"
},
"conflict": {
"drupal/drupal": "*"
Expand Down