Skip to content

Commit 8df948d

Browse files
chore: resolve conflicts
2 parents 64494db + 3d5af0c commit 8df948d

File tree

4 files changed

+1178
-1537
lines changed

4 files changed

+1178
-1537
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,33 @@
2929
"graphql": "16.6.0"
3030
},
3131
"devDependencies": {
32-
"@commitlint/cli": "17.4.2",
33-
"@commitlint/config-angular": "17.4.2",
32+
"@commitlint/cli": "17.4.4",
33+
"@commitlint/config-angular": "17.4.4",
3434
"@types/graphql": "14.5.0",
3535
"@types/jest": "29.4.0",
36-
"@types/node": "18.11.19",
36+
"@types/node": "18.15.0",
3737
"@types/node-fetch": "3.0.3",
3838
"@types/normalize-path": "3.0.0",
3939
"@types/ws": "8.5.4",
40-
"@typescript-eslint/eslint-plugin": "5.51.0",
41-
"@typescript-eslint/parser": "5.51.0",
40+
"@typescript-eslint/eslint-plugin": "5.54.1",
41+
"@typescript-eslint/parser": "5.54.1",
4242
"class-transformer": "0.5.1",
4343
"class-validator": "0.14.0",
44-
"eslint": "8.33.0",
45-
"eslint-config-prettier": "8.6.0",
44+
"eslint": "8.35.0",
45+
"eslint-config-prettier": "8.7.0",
4646
"eslint-plugin-import": "2.27.5",
4747
"eslint-plugin-prettier": "4.2.1",
4848
"graphql": "16.6.0",
4949
"graphql-subscriptions": "2.0.0",
5050
"husky": "8.0.3",
51-
"jest": "29.4.1",
52-
"lerna": "6.4.1",
51+
"jest": "29.5.0",
52+
"lerna": "6.5.1",
5353
"lerna-changelog": "2.2.0",
54-
"lint-staged": "13.1.1",
55-
"prettier": "2.8.3",
54+
"lint-staged": "13.1.2",
55+
"prettier": "2.8.4",
5656
"reflect-metadata": "0.1.13",
57-
"release-it": "15.6.0",
58-
"rimraf": "4.1.2",
57+
"release-it": "15.8.0",
58+
"rimraf": "4.4.0",
5959
"rxjs": "7.8.0",
6060
"supertest": "6.3.3",
6161
"ts-jest": "29.0.5",

packages/graphql/tests/plugin/decorators/field.decorator.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ class CorrectArray {
3939
@Field(() => [Inner], { defaultValue: [{ test: 'test' }] })
4040
inner: Inner;
4141
}
42+
43+
describe('Field decorator (defaultValue)', () => {
44+
it('TypeScript should not complain about the type mismatch', () => {
45+
expect(true).toBeTruthy();
46+
});
47+
});

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@nestjs/common": "9.3.8",
3333
"@nestjs/platform-fastify": "9.3.8",
3434
"@nestjs/testing": "9.3.8",
35-
"fastify": "4.12.0",
35+
"fastify": "4.14.1",
3636
"mercurius": "12.0.0",
3737
"mercurius-integration-testing": "6.0.1"
3838
},

0 commit comments

Comments
 (0)