File tree Expand file tree Collapse file tree 4 files changed +478
-477
lines changed Expand file tree Collapse file tree 4 files changed +478
-477
lines changed Original file line number Diff line number Diff line change 46
46
"graphql-subscriptions" : " 2.0.0" ,
47
47
"husky" : " 8.0.1" ,
48
48
"jest" : " 28.1.1" ,
49
- "lerna" : " 5.1.2 " ,
49
+ "lerna" : " 5.1.4 " ,
50
50
"lerna-changelog" : " 2.2.0" ,
51
51
"lint-staged" : " 13.0.1" ,
52
- "prettier" : " 2.7.0 " ,
52
+ "prettier" : " 2.7.1 " ,
53
53
"reflect-metadata" : " 0.1.13" ,
54
54
"release-it" : " 15.0.0" ,
55
55
"rimraf" : " 3.0.2" ,
Original file line number Diff line number Diff line change 35
35
"apollo-cache-inmemory" : " 1.6.6" ,
36
36
"apollo-client" : " 2.6.10" ,
37
37
"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 "
42
42
},
43
43
"dependencies" : {
44
44
"iterall" : " 1.3.0" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export function PartialType<T>(
35
35
fields . forEach ( ( item ) => {
36
36
if ( isFunction ( item . typeFn ) ) {
37
37
/**
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)
39
39
* when the passed function (e.g., @Field(() => Type)) lazily returns an array.
40
40
*/
41
41
item . typeFn ( ) ;
You can’t perform that action at this time.
0 commit comments