Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2022
1 parent 50db67a commit bac0b50
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm test --reporters=jest-junit --runInBand

- name: Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
10 changes: 5 additions & 5 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"require": {
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "9.4.5",
"drupal/core-project-message": "9.4.5",
"drupal/core-recommended": "9.4.5",
"drupal/core-composer-scaffold": "9.4.8",
"drupal/core-project-message": "9.4.8",
"drupal/core-recommended": "9.4.8",
"drupal/druxt": "1.1.1",
"drupal/tome": "1.7.0",
"drush/drush": "11.1.1"
"drush/drush": "11.3.2"
},
"require-dev": {
"drupal/core-dev": "9.4.5"
"drupal/core-dev": "9.4.8"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"@changesets/cli": "2.24.4",
"@vue/test-utils": "1.3.0",
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@changesets/cli": "2.25.2",
"@vue/test-utils": "1.3.3",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.20.0",
"druxt": "0.21.0",
"esbuild-jest": "0.5.0",
"eslint": "8.23.1",
"eslint": "8.28.0",
"eslint-plugin-nuxt": "4.0.0",
"jest": "27.5.1",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.10"
"vue-template-compiler": "2.7.14"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bac0b50

Please sign in to comment.