Skip to content

Commit

Permalink
test: Updated versioned tests to remove transitive deps (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Sep 17, 2024
1 parent 66e9008 commit 5c2b889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
3 changes: 1 addition & 2 deletions tests/versioned/apollo-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"dependencies": {
"@apollo/subgraph": "latest",
"@apollo/gateway": ">=2.3.0",
"apollo-server": "latest",
"graphql": "latest"
"apollo-server": "latest"
},
"files": [
"segments.test.js",
Expand Down
9 changes: 2 additions & 7 deletions tests/versioned/apollo-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"apollo-server-express": {
"versions": ">=3.0.0",
"samples": 3
},
"express": "4.17.1",
"graphql": "15.8.0"
}
},
"files": [
"transaction-naming.test.js",
Expand All @@ -33,10 +31,7 @@
"node": ">=18"
},
"dependencies": {
"@apollo/server": ">=4.0.0",
"graphql": "16.6.0",
"body-parser": "1.20.3",
"graphql-tag": "2.12.6"
"@apollo/server": ">=4.0.0"
},
"files": [
"transaction-naming.test.js",
Expand Down
7 changes: 2 additions & 5 deletions tests/versioned/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"apollo-server": {
"versions": ">=3.0.0",
"samples": 3
},
"graphql": "15.8.0"
}
},
"files": [
"transaction-naming.test.js",
Expand All @@ -36,9 +35,7 @@
"node": ">=18"
},
"dependencies": {
"@apollo/server": ">=4.0.0",
"graphql": "16.6.0",
"graphql-tag": "latest"
"@apollo/server": ">=4.0.0"
},
"files": [
"transaction-naming.test.js",
Expand Down

0 comments on commit 5c2b889

Please sign in to comment.