Skip to content

Commit 868abc7

Browse files
chore(deps): update all non-major dependencies
1 parent bac0b50 commit 868abc7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.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/[email protected].1
36+
uses: codecov/[email protected].4

example/drupal/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"require": {
1717
"composer/installers": "2.2.0",
1818
"drupal-tome/tome_drush": "dev-master",
19-
"drupal/core-composer-scaffold": "9.4.8",
20-
"drupal/core-project-message": "9.4.8",
21-
"drupal/core-recommended": "9.4.8",
22-
"drupal/druxt": "1.1.1",
23-
"drupal/tome": "1.7.0",
24-
"drush/drush": "11.3.2"
19+
"drupal/core-composer-scaffold": "9.5.9",
20+
"drupal/core-project-message": "9.5.9",
21+
"drupal/core-recommended": "9.5.9",
22+
"drupal/druxt": "1.2.0",
23+
"drupal/tome": "1.11.0",
24+
"drush/drush": "11.5.1"
2525
},
2626
"require-dev": {
27-
"drupal/core-dev": "9.4.8"
27+
"drupal/core-dev": "9.5.9"
2828
},
2929
"conflict": {
3030
"drupal/drupal": "*"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"test:watch": "jest --watch"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "7.20.2",
31-
"@babel/preset-env": "7.20.2",
32-
"@changesets/cli": "2.25.2",
33-
"@vue/test-utils": "1.3.3",
30+
"@babel/core": "7.22.1",
31+
"@babel/preset-env": "7.22.4",
32+
"@changesets/cli": "2.26.1",
33+
"@vue/test-utils": "1.3.5",
3434
"babel-core": "7.0.0-bridge.0",
35-
"druxt": "0.21.0",
35+
"druxt": "0.21.1",
3636
"esbuild-jest": "0.5.0",
37-
"eslint": "8.28.0",
37+
"eslint": "8.42.0",
3838
"eslint-plugin-nuxt": "4.0.0",
3939
"jest": "27.5.1",
4040
"siroc": "0.16.0",

0 commit comments

Comments
 (0)