Skip to content

Commit bac0b50

Browse files
chore(deps): update all non-major dependencies (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50db67a commit bac0b50

File tree

3 files changed

+13
-13
lines changed

3 files changed

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

example/drupal/composer.json

Lines changed: 5 additions & 5 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.5",
20-
"drupal/core-project-message": "9.4.5",
21-
"drupal/core-recommended": "9.4.5",
19+
"drupal/core-composer-scaffold": "9.4.8",
20+
"drupal/core-project-message": "9.4.8",
21+
"drupal/core-recommended": "9.4.8",
2222
"drupal/druxt": "1.1.1",
2323
"drupal/tome": "1.7.0",
24-
"drush/drush": "11.1.1"
24+
"drush/drush": "11.3.2"
2525
},
2626
"require-dev": {
27-
"drupal/core-dev": "9.4.5"
27+
"drupal/core-dev": "9.4.8"
2828
},
2929
"conflict": {
3030
"drupal/drupal": "*"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
"test:watch": "jest --watch"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "7.19.1",
31-
"@babel/preset-env": "7.19.1",
32-
"@changesets/cli": "2.24.4",
33-
"@vue/test-utils": "1.3.0",
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",
3434
"babel-core": "7.0.0-bridge.0",
35-
"druxt": "0.20.0",
35+
"druxt": "0.21.0",
3636
"esbuild-jest": "0.5.0",
37-
"eslint": "8.23.1",
37+
"eslint": "8.28.0",
3838
"eslint-plugin-nuxt": "4.0.0",
3939
"jest": "27.5.1",
4040
"siroc": "0.16.0",
4141
"vue-jest": "3.0.7",
42-
"vue-template-compiler": "2.7.10"
42+
"vue-template-compiler": "2.7.14"
4343
},
4444
"publishConfig": {
4545
"access": "public"

0 commit comments

Comments
 (0)