Skip to content

Commit f785b5e

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

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].6

example/drupal/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
}
1515
],
1616
"require": {
17-
"composer/installers": "2.2.0",
17+
"composer/installers": "2.3.0",
1818
"drupal-tome/tome_drush": "dev-master",
19-
"drupal/core-composer-scaffold": "9.4.8",
20-
"drupal/core-project-message": "9.4.8",
19+
"drupal/core-composer-scaffold": "9.5.11",
20+
"drupal/core-project-message": "9.5.11",
2121
"drupal/core-recommended": "9.4.8",
22-
"drupal/druxt": "1.1.1",
23-
"drupal/tome": "1.7.0",
24-
"drush/drush": "11.3.2"
22+
"drupal/druxt": "1.2.0",
23+
"drupal/tome": "1.13.0",
24+
"drush/drush": "11.6.0"
2525
},
2626
"require-dev": {
27-
"drupal/core-dev": "9.4.8"
27+
"drupal/core-dev": "9.5.11"
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.26.10",
31+
"@babel/preset-env": "7.26.9",
32+
"@changesets/cli": "2.28.1",
33+
"@vue/test-utils": "1.3.6",
3434
"babel-core": "7.0.0-bridge.0",
35-
"druxt": "0.21.0",
35+
"druxt": "0.24.0",
3636
"esbuild-jest": "0.5.0",
37-
"eslint": "8.28.0",
37+
"eslint": "8.57.1",
3838
"eslint-plugin-nuxt": "4.0.0",
3939
"jest": "27.5.1",
4040
"siroc": "0.16.0",

0 commit comments

Comments
 (0)