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 May 28, 2024
1 parent fc80a46 commit 6d28ac8
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 853 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: yarn test --reporters=jest-junit --runInBand

- name: Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v3.1.6
10 changes: 5 additions & 5 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"require": {
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-feature/3-drush_11",
"drupal/core-composer-scaffold": "9.5.10",
"drupal/core-project-message": "9.5.10",
"drupal/core-recommended": "9.5.10",
"drupal/core-composer-scaffold": "9.5.11",
"drupal/core-project-message": "9.5.11",
"drupal/core-recommended": "9.5.11",
"drupal/druxt": "1.2.0",
"drupal/jsonapi_hypermedia": "^1.9.0",
"drupal/layout_content": "dev-3288241-layout_content-d10",
"drupal/layout_paragraphs": "1.0.0",
"drupal/tome": "1.11.0",
"drupal/tome": "1.12.0",
"drush/drush": "11.6.0"
},
"require-dev": {
"drupal/core-dev": "9.5.10"
"drupal/core-dev": "9.5.11"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
2 changes: 1 addition & 1 deletion example/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"druxt": "latest",
"druxt-entity": "latest",
"druxt-layout-paragraphs": "link:../..",
"nuxt": "2.x"
"nuxt": "2.17.3"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "7.22.15",
"@babel/preset-env": "7.22.15",
"@changesets/cli": "2.26.2",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@changesets/cli": "2.27.5",
"@vue/test-utils": "1.3.6",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.23",
"druxt-entity": "0.28",
"druxt": "0.24.0",
"druxt-entity": "0.28.1",
"esbuild-jest": "0.5.0",
"eslint": "8.48.0",
"eslint": "8.57.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"jest-junit": "^16.0.0",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.14"
"vue-template-compiler": "2.7.16"
},
"peerDependencies": {},
"publishConfig": {
Expand Down
Loading

0 comments on commit 6d28ac8

Please sign in to comment.