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 Oct 23, 2023
1 parent a473893 commit 812619c
Show file tree
Hide file tree
Showing 8 changed files with 709 additions and 540 deletions.
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
10 changes: 5 additions & 5 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.4",
"drush/drush": "11.6.0",
"vlucas/phpdotenv": "^5.5.0"
},
"require-dev": {
"drupal/core-dev": "9.5.10"
"drupal/core-dev": "9.5.11"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
486 changes: 240 additions & 246 deletions example/drupal/composer.lock

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion example/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "3.32.0",
"core-js": "3.33.1",
"dotenv": "^16.3.1",
"druxt": "^0.23.0",
"druxt-auth": "link:../..",
Expand Down
9 changes: 7 additions & 2 deletions example/nuxt/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,12 @@ core-js-compat@^3.31.0, core-js-compat@^3.31.1:
dependencies:
browserslist "^4.21.9"

[email protected], core-js@^3.31.0, core-js@^3.31.1:
[email protected]:
version "3.33.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.1.tgz#ef3766cfa382482d0a2c2bc5cb52c6d88805da52"
integrity sha512-qVSq3s+d4+GsqN0teRCJtM6tdEEXyWxjzbhVrCHmBS5ZTM0FS2MOS0D13dUXAWDUN6a+lHI/N1hF9Ytz6iLl9Q==

core-js@^3.31.0, core-js@^3.31.1:
version "3.32.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.32.0.tgz#7643d353d899747ab1f8b03d2803b0312a0fb3b6"
integrity sha512-rd4rYZNlF3WuoYuRIDEmbR/ga9CeuWX9U05umAvgrrZoHY4Z++cp/xwPQMvUpBB4Ag6J8KfD80G0zwCyaSxDww==
Expand Down Expand Up @@ -3775,7 +3780,7 @@ drupal-jsonapi-params@^2.2.0:
qs "^6.10.3"

"druxt-auth@link:../..":
version "0.3.0"
version "0.4.0"
dependencies:
"@nuxtjs/auth-next" "^5.0.0-1667386184.dfbbb54"

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@changesets/cli": "^2.26.2",
"@vue/test-utils": "1.3.6",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.23.0",
"esbuild-jest": "0.5.0",
"eslint": "8.45.0",
"eslint": "8.52.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.15"
},
"peerDependencies": {
"axios": "^0.27.2",
Expand Down
730 changes: 450 additions & 280 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 812619c

Please sign in to comment.