Skip to content

Commit c94fe87

Browse files
Merge branch 'master' of https://github.com/nestjs/graphql
2 parents 96a6829 + ff373dc commit c94fe87

File tree

5 files changed

+947
-691
lines changed

5 files changed

+947
-691
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,38 +25,38 @@
2525
"graphql": "15.8.0"
2626
},
2727
"devDependencies": {
28-
"@commitlint/cli": "15.0.0",
29-
"@commitlint/config-angular": "15.0.0",
28+
"@commitlint/cli": "16.1.0",
29+
"@commitlint/config-angular": "16.0.0",
3030
"@types/graphql": "14.5.0",
31-
"@types/jest": "27.0.3",
31+
"@types/jest": "27.4.0",
3232
"@types/node": "17.0.0",
3333
"@types/node-fetch": "3.0.3",
3434
"@types/normalize-path": "3.0.0",
3535
"@types/ws": "8.2.2",
36-
"@typescript-eslint/eslint-plugin": "5.7.0",
37-
"@typescript-eslint/parser": "5.7.0",
36+
"@typescript-eslint/eslint-plugin": "5.10.1",
37+
"@typescript-eslint/parser": "5.10.1",
3838
"class-transformer": "0.5.1",
3939
"class-validator": "0.13.2",
40-
"eslint": "8.6.0",
40+
"eslint": "8.8.0",
4141
"eslint-config-prettier": "8.3.0",
4242
"eslint-plugin-import": "2.25.4",
43-
"eslint-plugin-prettier": "^4.0.0",
43+
"eslint-plugin-prettier": "4.0.0",
4444
"graphql": "15.8.0",
4545
"graphql-subscriptions": "2.0.0",
4646
"husky": "7.0.4",
47-
"jest": "27.4.5",
47+
"jest": "27.4.7",
4848
"lerna": "4.0.0",
4949
"lerna-changelog": "2.2.0",
50-
"lint-staged": "12.1.2",
50+
"lint-staged": "12.3.2",
5151
"prettier": "2.5.1",
5252
"reflect-metadata": "0.1.13",
53-
"release-it": "14.11.8",
53+
"release-it": "14.12.4",
5454
"rimraf": "3.0.2",
5555
"rxjs": "7.5.2",
56-
"supertest": "6.1.6",
56+
"supertest": "6.2.2",
5757
"ts-jest": "27.1.3",
5858
"ts-node": "10.4.0",
59-
"typescript": "4.5.4"
59+
"typescript": "4.5.5"
6060
},
6161
"changelog": {
6262
"labels": {

packages/apollo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
},
2424
"devDependencies": {
2525
"@apollo/gateway": "0.46.0",
26-
"@nestjs/common": "8.2.3",
27-
"@nestjs/core": "8.2.3",
28-
"@nestjs/platform-express": "8.2.3",
29-
"@nestjs/platform-fastify": "8.2.3",
30-
"@nestjs/testing": "8.2.3",
26+
"@nestjs/common": "8.2.6",
27+
"@nestjs/core": "8.2.6",
28+
"@nestjs/platform-express": "8.2.6",
29+
"@nestjs/platform-fastify": "8.2.6",
30+
"@nestjs/testing": "8.2.6",
3131
"apollo-cache-inmemory": "1.6.6",
3232
"apollo-client": "2.6.10",
3333
"apollo-link-ws": "1.0.20",

packages/graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "0.1.5",
38-
"@nestjs/common": "8.2.3",
39-
"@nestjs/core": "8.2.3",
40-
"@nestjs/testing": "8.2.3",
38+
"@nestjs/common": "8.2.6",
39+
"@nestjs/core": "8.2.6",
40+
"@nestjs/testing": "8.2.6",
4141
"graphql": "15.8.0",
4242
"reflect-metadata": "0.1.13",
4343
"ts-morph": "12.0.0"

packages/mercurius/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"url": "https://github.com/nestjs/graphql/issues"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "8.2.3",
28-
"@nestjs/platform-fastify": "8.2.3",
29-
"@nestjs/testing": "8.2.3",
30-
"fastify": "3.25.0",
27+
"@nestjs/common": "8.2.6",
28+
"@nestjs/platform-fastify": "8.2.6",
29+
"@nestjs/testing": "8.2.6",
30+
"fastify": "3.27.0",
3131
"mercurius": "8.12.0",
3232
"mercurius-integration-testing": "3.2.0"
3333
},

0 commit comments

Comments
 (0)