Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5013)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent cdbdc49 commit f8d7df5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@apollo/client": "3.7.5"
"@apollo/client": "3.7.6"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
]
},
"devDependencies": {
"@apollo/client": "3.7.5",
"@apollo/client": "3.7.6",
"@types/apollo-upload-client": "17.0.2",
"graphql-upload": "16.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"graphql-upload": "16.0.2",
"graphql-sse": "2.0.0",
"graphql-yoga": "3.4.1",
"@graphql-yoga/plugin-defer-stream": "1.4.0",
"@graphql-yoga/plugin-defer-stream": "1.4.1",
"puppeteer": "19.6.2",
"subscriptions-transport-ws": "0.11.0",
"webpack": "5.75.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.2.tgz#f42ed3563acc7f1f50617d65d208483977adc68e"
integrity sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==

"@apollo/[email protected].5", "@apollo/client@^3.7.0", "@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0":
version "3.7.5"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.5.tgz#d2ab6e284822296c9102ff57ab3a8dcbaa818052"
integrity sha512-HEAhX2n2Y8Y2BwRr0UdteT94OTM7pn64K5/rTk/oLIdg/h7R2d83LdsCGDxSH5sBiqDqlv9vou4xdyTxxRWj/g==
"@apollo/[email protected].6", "@apollo/client@^3.7.0", "@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0":
version "3.7.6"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.6.tgz#fdc2ce3c440c7edda70fc02b0244a05128fef696"
integrity sha512-K0l8+wgcdVDjdgI8O2YuhX1CiQlavGuBp8HR/+PEbc2+jqM/BaVpL0g7YAuXrTW20np/MXHNRDxK20/ujF9hjA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.7.0"
Expand Down Expand Up @@ -1784,10 +1784,10 @@
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==

"@graphql-yoga/[email protected].0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-defer-stream/-/plugin-defer-stream-1.4.0.tgz#7d9624ffd0806bcbefec492eba341f00c8187083"
integrity sha512-f/Gsu8HYxCaoOmEGj56Cy1rkbNSsFhDGLtJlBTHglokXlnBl0ptO3CKvs77PThGpgu88m4qJ12fEeHeYPr22wQ==
"@graphql-yoga/[email protected].1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-defer-stream/-/plugin-defer-stream-1.4.1.tgz#f9d2b0f933ba76960ae0fd27ff086210e954e4f9"
integrity sha512-DbXQrDtmv75s68vGykkr3jNzJtAJArbATu7/tmVYlIqvqIANbhcFCk2mboamZPjaxs2sPgYEhn7LoAsJx0sDCA==
dependencies:
"@graphql-tools/utils" "^9.0.1"

Expand Down

0 comments on commit f8d7df5

Please sign in to comment.