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 Jul 30, 2024
1 parent a473893 commit d09a914
Show file tree
Hide file tree
Showing 8 changed files with 2,907 additions and 2,931 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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.1
16.20.2
14 changes: 7 additions & 7 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
}
],
"require": {
"composer/installers": "2.2.0",
"drupal/core-composer-scaffold": "9.5.10",
"drupal/core-project-message": "9.5.10",
"drupal/core-recommended": "9.5.10",
"composer/installers": "2.3.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/simple_oauth": "^5.2.3",
"drupal/simple_oauth": "^5.2.5",
"drush/drush": "11.6.0",
"vlucas/phpdotenv": "^5.5.0"
"vlucas/phpdotenv": "^5.6.1"
},
"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/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
16.20.2
8 changes: 4 additions & 4 deletions example/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "3.32.0",
"dotenv": "^16.3.1",
"druxt": "^0.23.0",
"core-js": "3.37.1",
"dotenv": "^16.4.5",
"druxt": "^0.24.0",
"druxt-auth": "link:../..",
"nuxt": "2.17.1"
"nuxt": "2.18.1"
},
"devDependencies": {}
}
3,506 changes: 1,988 additions & 1,518 deletions example/nuxt/yarn.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@changesets/cli": "^2.26.2",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.2",
"@changesets/cli": "^2.27.7",
"@vue/test-utils": "1.3.6",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.23.0",
"druxt": "0.24.0",
"esbuild-jest": "0.5.0",
"eslint": "8.45.0",
"eslint": "8.57.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"jest-junit": "^14.0.1",
Expand All @@ -51,7 +51,7 @@
"vue-template-compiler": "^2.7.14"
},
"peerDependencies": {
"axios": "^0.27.2",
"axios": "^0.28.1",
"body-parser": "^1.20.2"
},
"publishConfig": {
Expand Down
2,292 changes: 899 additions & 1,393 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d09a914

Please sign in to comment.