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] committed Feb 23, 2024
1 parent ec832fd commit e160cf8
Show file tree
Hide file tree
Showing 4 changed files with 1,362 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: yarn test --reporters=jest-junit --runInBand

- name: Codecov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v3.1.6
16 changes: 8 additions & 8 deletions example/drupal/composer.json
Expand Up @@ -16,16 +16,16 @@
"require": {
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-master",
"drupal/config_pages": "^2.10.0",
"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.3.2"
"drupal/config_pages": "^2.15.0",
"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/tome": "1.12.0",
"drush/drush": "11.6.0"
},
"require-dev": {
"drupal/core-dev": "9.4.8"
"drupal/core-dev": "9.5.11"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -34,23 +34,23 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"@changesets/cli": "2.25.2",
"@vue/test-utils": "2.2.3",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@changesets/cli": "2.27.1",
"@vue/test-utils": "2.4.4",
"babel-core": "7.0.0-bridge.0",
"druxt": "^0.21.0",
"druxt": "^0.24.0",
"esbuild-jest": "0.5.0",
"eslint": "8.28.0",
"eslint": "8.57.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"jest-junit": "^15.0.0",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.14"
"vue-template-compiler": "2.7.16"
},
"peerDependencies": {
"druxt": "^0.21.0"
"druxt": "^0.24.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e160cf8

Please sign in to comment.