Skip to content

Commit c95cd6f

Browse files
chore(deps): update all non-major dependencies
1 parent 5b83d11 commit c95cd6f

8 files changed

Lines changed: 34 additions & 34 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
<<: *defaults
99

1010
docker:
11-
- image: php:8.1
11+
- image: php:8.2
1212

1313
steps:
1414
- checkout

.github/workflows/test-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@master
1818

1919
- name: Setup node env 🏗
20-
uses: actions/setup-node@v3.5.1
20+
uses: actions/setup-node@v3.6.0
2121
with:
2222
node-version: 16
2323
check-latest: true
@@ -27,7 +27,7 @@ jobs:
2727
npm install -g npm
2828
npm --version
2929
- name: Cache node_modules 📦
30-
uses: actions/cache@v3.0.11
30+
uses: actions/cache@v3.3.1
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-bootstrap-vue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@master
1616

1717
- name: Setup node env 🏗
18-
uses: actions/setup-node@v3.5.1
18+
uses: actions/setup-node@v3.6.0
1919
with:
2020
node-version: 16
2121
check-latest: true
@@ -25,7 +25,7 @@ jobs:
2525
npm install -g npm
2626
npm --version
2727
- name: Cache node_modules 📦
28-
uses: actions/cache@v3.0.11
28+
uses: actions/cache@v3.3.1
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-tailwindcss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@master
1515

1616
- name: Setup node env 🏗
17-
uses: actions/setup-node@v3.5.1
17+
uses: actions/setup-node@v3.6.0
1818
with:
1919
node-version: 16
2020
check-latest: true
@@ -24,7 +24,7 @@ jobs:
2424
npm install -g npm
2525
npm --version
2626
- name: Cache node_modules 📦
27-
uses: actions/cache@v3.0.11
27+
uses: actions/cache@v3.3.1
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
16.19.1

drupal/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
],
1717
"require": {
1818
"composer/installers": "2.2.0",
19-
"cweagans/composer-patches": "^1.7.2",
20-
"drupal/core-composer-scaffold": "9.4.8",
21-
"drupal/core-project-message": "9.4.8",
22-
"drupal/core-recommended": "9.4.8",
23-
"drupal/druxt": "1.1.1",
24-
"drupal/simple_oauth": "^5.2.2",
25-
"drush/drush": "11.3.2",
19+
"cweagans/composer-patches": "^1.7.3",
20+
"drupal/core-composer-scaffold": "9.5.7",
21+
"drupal/core-project-message": "9.5.7",
22+
"drupal/core-recommended": "9.5.7",
23+
"drupal/druxt": "1.2.0",
24+
"drupal/simple_oauth": "^5.2.3",
25+
"drush/drush": "11.5.1",
2626
"vlucas/phpdotenv": "^5.5.0"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "9.4.8"
29+
"drupal/core-dev": "9.5.7"
3030
},
3131
"conflict": {
3232
"drupal/drupal": "*"

nuxt/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
16.19.1

nuxt/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@
2828
}
2929
},
3030
"dependencies": {
31-
"core-js": "3.26.1",
31+
"core-js": "3.29.1",
3232
"dotenv": "^16.0.3",
33-
"druxt-auth": "^0.2.0",
33+
"druxt-auth": "^0.3.0",
3434
"druxt-site": "^0.14.0",
35-
"nuxt": "2.15.8",
35+
"nuxt": "2.16.3",
3636
"vue-server-renderer": "^2.7.14",
3737
"vue-template-compiler": "^2.7.14"
3838
},
3939
"devDependencies": {
40-
"@babel/eslint-parser": "^7.19.1",
40+
"@babel/eslint-parser": "^7.21.3",
4141
"@nuxtjs/eslint-config": "^11.0.0",
4242
"@nuxtjs/eslint-module": "^3.1.0",
4343
"@nuxtjs/storybook": "^4.2.0",
44-
"@vue/test-utils": "^1.3.3",
45-
"babel-jest": "^29.3.1",
44+
"@vue/test-utils": "^1.3.4",
45+
"babel-jest": "^29.5.0",
4646
"cypress": "^10.11.0",
47-
"eslint": "^8.27.0",
48-
"eslint-config-prettier": "^8.5.0",
47+
"eslint": "^8.36.0",
48+
"eslint-config-prettier": "^8.8.0",
4949
"eslint-plugin-nuxt": "^4.0.0",
5050
"eslint-plugin-prettier": "^4.2.1",
51-
"eslint-plugin-vue": "^9.7.0",
52-
"husky": "^8.0.2",
53-
"jest": "^29.3.1",
54-
"jest-environment-jsdom": "^29.3.1",
55-
"lint-staged": "^13.0.3",
56-
"postcss": "8.4.19",
57-
"start-server-and-test": "^1.14.0",
58-
"stylelint": "^14.15.0",
59-
"stylelint-config-prettier": "^9.0.4",
51+
"eslint-plugin-vue": "^9.10.0",
52+
"husky": "^8.0.3",
53+
"jest": "^29.5.0",
54+
"jest-environment-jsdom": "^29.5.0",
55+
"lint-staged": "^13.2.0",
56+
"postcss": "8.4.21",
57+
"start-server-and-test": "^1.15.4",
58+
"stylelint": "^14.16.1",
59+
"stylelint-config-prettier": "^9.0.5",
6060
"stylelint-config-recommended-vue": "^1.4.0",
6161
"stylelint-config-standard": "^28.0.0",
6262
"vue-jest": "^3.0.7"

0 commit comments

Comments
 (0)