Skip to content

Commit

Permalink
Update apollo-tooling dependencies (#3662)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jan 9, 2020
1 parent 14d066c commit 6b992ac
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 49 deletions.
73 changes: 31 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/apollo-tools": "0.4.2",
"@apollographql/apollo-tools": "0.4.3",
"@apollo/federation": "file:packages/apollo-federation",
"@apollo/gateway": "file:packages/apollo-gateway",
"apollo-cache-control": "file:packages/apollo-cache-control",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-engine-reporting/package.json
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"apollo-engine-reporting-protobuf": "file:../apollo-engine-reporting-protobuf",
"apollo-graphql": "^0.3.4",
"apollo-graphql": "^0.3.7",
"apollo-server-caching": "file:../apollo-server-caching",
"apollo-server-env": "file:../apollo-server-env",
"apollo-server-errors": "file:../apollo-server-errors",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-federation/package.json
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"apollo-graphql": "^0.3.4",
"apollo-graphql": "^0.3.7",
"apollo-server-env": "file:../apollo-server-env",
"core-js": "^3.4.0",
"lodash.xorby": "^4.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-gateway/package.json
Expand Up @@ -22,8 +22,8 @@
"@apollo/federation": "file:../apollo-federation",
"@types/node-fetch": "2.5.4",
"apollo-engine-reporting-protobuf": "file:../apollo-engine-reporting-protobuf",
"apollo-env": "^0.6.0",
"apollo-graphql": "^0.3.4",
"apollo-env": "^0.6.1",
"apollo-graphql": "^0.3.7",
"apollo-server-caching": "file:../apollo-server-caching",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-core/package.json
Expand Up @@ -24,7 +24,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/apollo-tools": "^0.4.0",
"@apollographql/apollo-tools": "^0.4.3",
"@apollographql/graphql-playground-html": "1.6.24",
"@types/graphql-upload": "^8.0.0",
"@types/ws": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-extensions/package.json
Expand Up @@ -14,7 +14,7 @@
"node": ">=6.0"
},
"dependencies": {
"@apollographql/apollo-tools": "^0.4.0",
"@apollographql/apollo-tools": "^0.4.3",
"apollo-server-env": "file:../apollo-server-env",
"apollo-server-types": "file:../apollo-server-types"
},
Expand Down

0 comments on commit 6b992ac

Please sign in to comment.