Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 5bd6c66 commit 940533a
Show file tree
Hide file tree
Showing 8 changed files with 5,103 additions and 3,759 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/[email protected].0
uses: codecov/[email protected].4
18 changes: 9 additions & 9 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.1.1",
"drupal/core-composer-scaffold": "9.4.5",
"drupal/core-project-message": "9.4.5",
"drupal/core-recommended": "9.4.5",
"drupal/druxt": "1.1.1",
"drupal/simple_oauth": "^5.2",
"drush/drush": "11.1.1",
"vlucas/phpdotenv": "^5.4"
"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/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.4.5"
"drupal/core-dev": "9.5.10"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
2,087 changes: 1,187 additions & 900 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.16.0
16.20.1
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.24.1",
"dotenv": "^16.0.1",
"druxt": "^0.20.0",
"core-js": "3.32.0",
"dotenv": "^16.3.1",
"druxt": "^0.23.0",
"druxt-auth": "link:../..",
"nuxt": "2.15.8"
"nuxt": "2.17.1"
},
"devDependencies": {}
}
4,818 changes: 2,709 additions & 2,109 deletions example/nuxt/yarn.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@nuxtjs/auth-next": "^5.0.0-1648802546.c9880dc"
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54"
},
"devDependencies": {
"@babel/core": "7.17.12",
"@babel/preset-env": "7.17.12",
"@changesets/cli": "^2.22.0",
"@vue/test-utils": "1.3.0",
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@changesets/cli": "^2.26.2",
"@vue/test-utils": "1.3.6",
"babel-core": "7.0.0-bridge.0",
"druxt": "0.18.3",
"druxt": "0.23.0",
"esbuild-jest": "0.5.0",
"eslint": "8.15.0",
"eslint": "8.45.0",
"eslint-plugin-nuxt": "3.2.0",
"jest": "27.5.1",
"jest-junit": "^14.0.0",
"jest-junit": "^14.0.1",
"siroc": "0.16.0",
"vue-jest": "3.0.7",
"vue-template-compiler": "^2.6.14"
"vue-template-compiler": "^2.7.14"
},
"peerDependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0"
"body-parser": "^1.20.2"
},
"publishConfig": {
"access": "public"
Expand Down
1,907 changes: 1,182 additions & 725 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 940533a

Please sign in to comment.