Skip to content

Commit e171c77

Browse files
committed
update lockfile and drop unused deps
1 parent e2ab3db commit e171c77

File tree

4 files changed

+8
-984
lines changed

4 files changed

+8
-984
lines changed

.pnpmfile.cjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
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

104
function afterAllResolved(lockfile, context) {
115
context.log('Enforcing single version for: ' + singletons.join(', '))

examples/apollo-federation-compatibility/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
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",
@@ -21,7 +20,6 @@
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",

examples/nestjs-apollo-federation-compatibility/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
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",

0 commit comments

Comments
 (0)