Skip to content

Commit 95637ea

Browse files
chore(deps): update all non-major dependencies
1 parent a473893 commit 95637ea

8 files changed

Lines changed: 2641 additions & 2102 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- run: yarn test --reporters=jest-junit --runInBand
3434

3535
- name: Codecov
36-
uses: codecov/codecov-action@v3.1.4
36+
uses: codecov/codecov-action@v3.1.6

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.20.1
1+
16.20.2

example/drupal/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
],
1717
"require": {
1818
"composer/installers": "2.2.0",
19-
"drupal/core-composer-scaffold": "9.5.10",
20-
"drupal/core-project-message": "9.5.10",
21-
"drupal/core-recommended": "9.5.10",
19+
"drupal/core-composer-scaffold": "9.5.11",
20+
"drupal/core-project-message": "9.5.11",
21+
"drupal/core-recommended": "9.5.11",
2222
"drupal/druxt": "1.2.0",
23-
"drupal/simple_oauth": "^5.2.3",
23+
"drupal/simple_oauth": "^5.2.5",
2424
"drush/drush": "11.6.0",
25-
"vlucas/phpdotenv": "^5.5.0"
25+
"vlucas/phpdotenv": "^5.6.0"
2626
},
2727
"require-dev": {
28-
"drupal/core-dev": "9.5.10"
28+
"drupal/core-dev": "9.5.11"
2929
},
3030
"conflict": {
3131
"drupal/drupal": "*"

example/nuxt/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.1
1+
16.20.2

example/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"core-js": "3.32.0",
13-
"dotenv": "^16.3.1",
14-
"druxt": "^0.23.0",
12+
"core-js": "3.37.1",
13+
"dotenv": "^16.4.5",
14+
"druxt": "^0.24.0",
1515
"druxt-auth": "link:../..",
16-
"nuxt": "2.17.1"
16+
"nuxt": "2.17.3"
1717
},
1818
"devDependencies": {}
1919
}

example/nuxt/yarn.lock

Lines changed: 1769 additions & 1371 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.22.9",
39-
"@babel/preset-env": "7.22.9",
40-
"@changesets/cli": "^2.26.2",
38+
"@babel/core": "7.24.5",
39+
"@babel/preset-env": "7.24.5",
40+
"@changesets/cli": "^2.27.3",
4141
"@vue/test-utils": "1.3.6",
4242
"babel-core": "7.0.0-bridge.0",
43-
"druxt": "0.23.0",
43+
"druxt": "0.24.0",
4444
"esbuild-jest": "0.5.0",
45-
"eslint": "8.45.0",
45+
"eslint": "8.57.0",
4646
"eslint-plugin-nuxt": "3.2.0",
4747
"jest": "27.5.1",
4848
"jest-junit": "^14.0.1",
4949
"siroc": "0.16.0",
5050
"vue-jest": "3.0.7",
51-
"vue-template-compiler": "^2.7.14"
51+
"vue-template-compiler": "^2.7.16"
5252
},
5353
"peerDependencies": {
54-
"axios": "^0.27.2",
54+
"axios": "^0.28.1",
5555
"body-parser": "^1.20.2"
5656
},
5757
"publishConfig": {

yarn.lock

Lines changed: 852 additions & 711 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)