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 Jun 5, 2024
1 parent a473893 commit 3f5c247
Show file tree
Hide file tree
Showing 8 changed files with 2,749 additions and 2,200 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
12 changes: 6 additions & 6 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"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",
"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.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/.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.17.3"
},
"devDependencies": {}
}
3,223 changes: 1,820 additions & 1,403 deletions example/nuxt/yarn.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"@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.24.7",
"@babel/preset-env": "7.24.7",
"@changesets/cli": "^2.27.5",
"@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",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "^2.7.14"
"vue-template-compiler": "^2.7.16"
},
"peerDependencies": {
"axios": "^0.27.2",
"axios": "^0.28.1",
"body-parser": "^1.20.2"
},
"publishConfig": {
Expand Down
1,686 changes: 909 additions & 777 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3f5c247

Please sign in to comment.