Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 9696d5c commit 6450ef4
Show file tree
Hide file tree
Showing 4 changed files with 1,557 additions and 952 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/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
18 changes: 9 additions & 9 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
}
],
"require": {
"composer/installers": "2.1.1",
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-feature/3-drush_11",
"drupal/core-composer-scaffold": "9.3.14",
"drupal/core-project-message": "9.3.14",
"drupal/core-recommended": "9.3.14",
"drupal/druxt": "1.1.1",
"drupal/jsonapi_hypermedia": "^1.8",
"drupal/core-composer-scaffold": "9.5.5",
"drupal/core-project-message": "9.5.5",
"drupal/core-recommended": "9.5.5",
"drupal/druxt": "1.2.0",
"drupal/jsonapi_hypermedia": "^1.9.0",
"drupal/layout_paragraphs": "1.0.0",
"drupal/tome": "1.7.0",
"drush/drush": "11.0.9"
"drupal/tome": "1.10.0",
"drush/drush": "11.5.1"
},
"require-dev": {
"drupal/core-dev": "9.3.14"
"drupal/core-dev": "9.5.5"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@changesets/cli": "2.22.0",
"@vue/test-utils": "1.3.0",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@changesets/cli": "2.26.0",
"@vue/test-utils": "1.3.4",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.19.2",
"druxt-entity": "^0.25.0",
"druxt": "0.21.0",
"druxt-entity": "^0.27.0",
"esbuild-jest": "0.5.0",
"eslint": "8.16.0",
"eslint": "8.36.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.6.14"
"vue-template-compiler": "2.7.14"
},
"peerDependencies": {},
"publishConfig": {
Expand Down
Loading

0 comments on commit 6450ef4

Please sign in to comment.