Skip to content

Commit 93d206c

Browse files
authored
Merge branch 'nestjs:master' into feat/add-fed2-support
2 parents 787f443 + fef436f commit 93d206c

File tree

4 files changed

+478
-477
lines changed

4 files changed

+478
-477
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"graphql-subscriptions": "2.0.0",
4747
"husky": "8.0.1",
4848
"jest": "28.1.1",
49-
"lerna": "5.1.2",
49+
"lerna": "5.1.4",
5050
"lerna-changelog": "2.2.0",
5151
"lint-staged": "13.0.1",
52-
"prettier": "2.7.0",
52+
"prettier": "2.7.1",
5353
"reflect-metadata": "0.1.13",
5454
"release-it": "15.0.0",
5555
"rimraf": "3.0.2",

packages/apollo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"apollo-cache-inmemory": "1.6.6",
3636
"apollo-client": "2.6.10",
3737
"apollo-link-ws": "1.0.20",
38-
"apollo-server-core": "3.8.2",
39-
"apollo-server-express": "3.8.2",
40-
"apollo-server-fastify": "3.8.2",
41-
"apollo-server-plugin-response-cache": "3.6.0"
38+
"apollo-server-core": "3.9.0",
39+
"apollo-server-express": "3.9.0",
40+
"apollo-server-fastify": "3.9.0",
41+
"apollo-server-plugin-response-cache": "3.6.1"
4242
},
4343
"dependencies": {
4444
"iterall": "1.3.0",

packages/graphql/lib/type-helpers/partial-type.helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function PartialType<T>(
3535
fields.forEach((item) => {
3636
if (isFunction(item.typeFn)) {
3737
/**
38-
* Execute type function eagarly to update the type options object (before "clone" operation)
38+
* Execute type function eagerly to update the type options object (before "clone" operation)
3939
* when the passed function (e.g., @Field(() => Type)) lazily returns an array.
4040
*/
4141
item.typeFn();

0 commit comments

Comments
 (0)