Skip to content

Commit 5d8709c

Browse files
Update all non-major dependencies
1 parent 4fdab9a commit 5d8709c

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- run: npm test --reporters=jest-junit --runInBand
3434

3535
- name: Codecov
36-
uses: codecov/codecov-action@v3.1.0
36+
uses: codecov/codecov-action@v3.1.1

example/drupal/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
}
1515
],
1616
"require": {
17-
"composer/installers": "2.1.1",
17+
"composer/installers": "2.2.0",
1818
"drupal-tome/tome_drush": "dev-master",
19-
"drupal/core-composer-scaffold": "9.4.0",
20-
"drupal/core-project-message": "9.4.0",
21-
"drupal/core-recommended": "9.4.0",
19+
"drupal/core-composer-scaffold": "9.4.6",
20+
"drupal/core-project-message": "9.4.6",
21+
"drupal/core-recommended": "9.4.6",
2222
"drupal/druxt": "1.1.1",
2323
"drupal/tome": "1.7.0",
24-
"drush/drush": "11.0.9"
24+
"drush/drush": "11.2.1"
2525
},
2626
"require-dev": {
27-
"drupal/core-dev": "9.4.0"
27+
"drupal/core-dev": "9.4.6"
2828
},
2929
"conflict": {
3030
"drupal/drupal": "*"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"test:watch": "jest --watch"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.18.5",
34-
"@babel/preset-env": "7.18.2",
35-
"@changesets/cli": "2.23.0",
33+
"@babel/core": "7.19.1",
34+
"@babel/preset-env": "7.19.1",
35+
"@changesets/cli": "2.24.4",
3636
"@vue/test-utils": "1.3.0",
3737
"babel-core": "7.0.0-bridge.0",
38-
"druxt": "0.19.2",
38+
"druxt": "0.20.0",
3939
"esbuild-jest": "0.5.0",
40-
"eslint": "8.18.0",
40+
"eslint": "8.24.0",
4141
"eslint-plugin-nuxt": "3.2.0",
4242
"jest": "27.5.1",
4343
"siroc": "0.16.0",
4444
"vue-jest": "3.0.7",
45-
"vue-template-compiler": "2.6.14"
45+
"vue-template-compiler": "2.7.10"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)