Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent b99e523 commit f4fe1c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/studio/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "3.7.16",
"@apollo/client": "3.7.17",
"@graphiql/plugin-explorer": "0.1.22",
"@graphiql/toolkit": "0.8.4",
"@headlessui/react": "1.7.15",
Expand Down
10 changes: 5 additions & 5 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.7.16":
version: 3.7.16
resolution: "@apollo/client@npm:3.7.16"
"@apollo/client@npm:3.7.17":
version: 3.7.17
resolution: "@apollo/client@npm:3.7.17"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
Expand Down Expand Up @@ -54,7 +54,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 0fb9cfdb2b6d764f7dee16dad03eb02b844c0ec3d983a091745bc7b8685b73323ce19e5ed24ea7cae586b016afca14348ba948c02e0091610f6a425f7a2ece22
checksum: 53c7aaa273a557d68f2931625565c24fc548f3e8852a1e6f1f7589f872218e561f3c0457bd582cb64fd6634dc02769ac66af0f3cca810616f5e49617fd92dd6d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2371,7 +2371,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "frontend@workspace:."
dependencies:
"@apollo/client": 3.7.16
"@apollo/client": 3.7.17
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
"@headlessui/react": 1.7.15
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.7.16",
"@apollo/client": "3.7.17",
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.31.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.7.16":
version: 3.7.16
resolution: "@apollo/client@npm:3.7.16"
"@apollo/client@npm:3.7.17":
version: 3.7.17
resolution: "@apollo/client@npm:3.7.17"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
Expand Down Expand Up @@ -158,7 +158,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 0fb9cfdb2b6d764f7dee16dad03eb02b844c0ec3d983a091745bc7b8685b73323ce19e5ed24ea7cae586b016afca14348ba948c02e0091610f6a425f7a2ece22
checksum: 53c7aaa273a557d68f2931625565c24fc548f3e8852a1e6f1f7589f872218e561f3c0457bd582cb64fd6634dc02769ac66af0f3cca810616f5e49617fd92dd6d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8262,7 +8262,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.7.16
"@apollo/client": 3.7.17
"@babel/cli": 7.22.6
"@babel/core": 7.22.8
"@babel/runtime-corejs3": 7.22.6
Expand Down

0 comments on commit f4fe1c0

Please sign in to comment.