Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.7.1 (#6780)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2022
1 parent 4d506cd commit 95a8702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.7.0",
"@apollo/client": "3.7.1",
"@babel/runtime-corejs3": "7.19.4",
"@redwoodjs/auth": "3.2.0",
"core-js": "3.25.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.7.0":
version: 3.7.0
resolution: "@apollo/client@npm:3.7.0"
"@apollo/client@npm:3.7.1":
version: 3.7.1
resolution: "@apollo/client@npm:3.7.1"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
Expand Down Expand Up @@ -88,7 +88,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: d2b3e2e135d6bdd314d3879206a63f6e56fa1621da6a35bdf4907e71c21a8a3595ae7728bec816b276329eec1ce7aee8f0893e10d51ed9a4eee1852cabf028a4
checksum: 2f0ac97f59555481bcc297c8c441b6ef71e9faac5d025f476baceab09173a615c6584fb486fac7c9c7361f6b543dc8fb648c6ea0160ccfd31a86f7866717d35e
languageName: node
linkType: hard

Expand Down Expand Up @@ -7051,7 +7051,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.7.0
"@apollo/client": 3.7.1
"@babel/cli": 7.19.3
"@babel/core": 7.19.3
"@babel/runtime-corejs3": 7.19.4
Expand Down

0 comments on commit 95a8702

Please sign in to comment.