Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2023
1 parent 2db9772 commit 5fa1c3e
Show file tree
Hide file tree
Showing 9 changed files with 1,603 additions and 1,612 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
<<: *defaults

docker:
- image: php:8.1
- image: php:8.2

steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-preview.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: 16
check-latest: true
Expand All @@ -27,7 +27,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/theme-bootstrap-vue.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: 16
check-latest: true
Expand All @@ -25,7 +25,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/theme-tailwindcss.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: 16
check-latest: true
Expand All @@ -24,7 +24,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.18.1
16.19.0
14 changes: 7 additions & 7 deletions drupal/composer.json
Expand Up @@ -16,17 +16,17 @@
],
"require": {
"composer/installers": "2.2.0",
"cweagans/composer-patches": "^1.7.2",
"drupal/core-composer-scaffold": "9.4.8",
"drupal/core-project-message": "9.4.8",
"drupal/core-recommended": "9.4.8",
"cweagans/composer-patches": "^1.7.3",
"drupal/core-composer-scaffold": "9.5.3",
"drupal/core-project-message": "9.5.3",
"drupal/core-recommended": "9.5.3",
"drupal/druxt": "1.1.1",
"drupal/simple_oauth": "^5.2.2",
"drush/drush": "11.3.2",
"drupal/simple_oauth": "^5.2.3",
"drush/drush": "11.4.0",
"vlucas/phpdotenv": "^5.5.0"
},
"require-dev": {
"drupal/core-dev": "9.4.8"
"drupal/core-dev": "9.5.3"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
2 changes: 1 addition & 1 deletion nuxt/.nvmrc
@@ -1 +1 @@
16.18.1
16.19.0

0 comments on commit 5fa1c3e

Please sign in to comment.