File tree Expand file tree Collapse file tree 4 files changed +8
-984
lines changed
apollo-federation-compatibility
nestjs-apollo-federation-compatibility Expand file tree Collapse file tree 4 files changed +8
-984
lines changed Original file line number Diff line number Diff line change 11// WARNING: please make sure the versions are the same across all workspaces
2- const singletons = [
3- '@nestjs/core' ,
4- '@nestjs/common' ,
5- '@nestjs/graphql' ,
6- '@apollo/subgraph' ,
7- '@apollo/federation-subgraph-compatibility' ,
8- ]
2+ const singletons = [ '@nestjs/core' , '@nestjs/common' , '@nestjs/graphql' ]
93
104function afterAllResolved ( lockfile , context ) {
115 context . log ( 'Enforcing single version for: ' + singletons . join ( ', ' ) )
Original file line number Diff line number Diff line change 88 "prebuild" : " graphql-codegen" ,
99 "build" : " node scripts/bundle.js" ,
1010 "start" : " node ./dist/index.js" ,
11- "check" : " tsc --pretty --noEmit" ,
12- "test" : " fedtest docker --compose ./docker-compose.yaml --schema ./schema.graphql --path /graphql --port 4001 --debug --format markdown"
11+ "check" : " tsc --pretty --noEmit"
1312 },
1413 "author" : " Charly POLY" ,
1514 "license" : " ISC" ,
2120 "graphql-yoga" : " 3.8.0"
2221 },
2322 "devDependencies" : {
24- "@apollo/federation-subgraph-compatibility" : " 1.2.1" ,
2523 "@graphql-codegen/cli" : " 3.2.2" ,
2624 "@graphql-codegen/typescript" : " 3.0.2" ,
2725 "@graphql-codegen/typescript-resolvers" : " 3.1.1" ,
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "build" : " nest build && node scripts/bundle.js" ,
88 "prebuild" : " rimraf dist" ,
9- "start" : " nest start" ,
10- "test" : " fedtest docker --compose ./docker-compose.yaml --schema ./schema.graphql --path /graphql --port 4001 --debug --format markdown"
9+ "start" : " nest start"
1110 },
1211 "devDependencies" : {
13- "@apollo/federation-subgraph-compatibility" : " 1.2.1" ,
14- "@apollo/rover" : " ^0.13.0" ,
1512 "@graphql-yoga/nestjs-federation" : " 1.0.0" ,
1613 "@grpc/proto-loader" : " ^0.7.5" ,
1714 "@nestjs/cli" : " ^9.3.0" ,
You can’t perform that action at this time.
0 commit comments