Skip to content

Commit

Permalink
Merge pull request #5 from module-federation/renovate/apollo-graphql-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency apollo-graphql to v0.6.1
  • Loading branch information
jacob-ebey committed Feb 26, 2021
2 parents 53fbc1e + 91d4337 commit 054ef14
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@apollo/federation": "0.21.0",
"@apollo/gateway": "0.23.0",
"apollo-graphql": "0.6.0",
"apollo-graphql": "0.6.1",
"apollo-server": "2.21.0",
"apollo-server-testing": "2.21.0",
"cz-conventional-changelog": "3.3.0",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,25 @@ apollo-env@^0.6.5:
node-fetch "^2.2.0"
sha.js "^2.4.11"

apollo-graphql@0.6.0, apollo-graphql@^0.6.0:
apollo-env@^0.6.6:
version "0.6.6"
resolved "https://registry.yarnpkg.com/apollo-env/-/apollo-env-0.6.6.tgz#d7880805c4e96ee3d4142900a405176a04779438"
integrity sha512-hXI9PjJtzmD34XviBU+4sPMOxnifYrHVmxpjykqI/dUD2G3yTiuRaiQqwRwB2RCdwC1Ug/jBfoQ/NHDTnnjndQ==
dependencies:
"@types/node-fetch" "2.5.7"
core-js "^3.0.1"
node-fetch "^2.2.0"
sha.js "^2.4.11"

apollo-graphql@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.6.1.tgz#d0bf0aff76f445de3da10e08f6974f1bf65f5753"
integrity sha512-ZRXAV+k+hboCVS+FW86FW/QgnDR7gm/xMUwJPGXEbV53OLGuQQdIT0NCYK7AzzVkCfsbb7NJ3mmEclkZY9uuxQ==
dependencies:
apollo-env "^0.6.6"
lodash.sortby "^4.7.0"

apollo-graphql@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.6.0.tgz#37bee7dc853213269137f4c60bfdf2ee28658669"
integrity sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==
Expand Down

0 comments on commit 054ef14

Please sign in to comment.