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 12, 2023
1 parent a473893 commit ca85620
Show file tree
Hide file tree
Showing 8 changed files with 620 additions and 450 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
8 changes: 4 additions & 4 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",
"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
335 changes: 168 additions & 167 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.0",
"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.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.0.tgz#70366dbf737134761edb017990cf5ce6c6369c40"
integrity sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==

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
6 changes: 3 additions & 3 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",
"@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.51.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"jest-junit": "^14.0.1",
Expand Down
706 changes: 435 additions & 271 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ca85620

Please sign in to comment.