Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent e90ae0c commit 9db25e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@apollo/client": "3.8.1",
"@apollo/client": "3.8.2",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@graphiql/plugin-explorer": "0.1.22",
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.8.1",
"@apollo/client": "3.8.2",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.8.1":
version: 3.8.1
resolution: "@apollo/client@npm:3.8.1"
"@apollo/client@npm:3.8.2":
version: 3.8.2
resolution: "@apollo/client@npm:3.8.2"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.3
Expand Down Expand Up @@ -156,7 +156,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 28dd6c1c7ffaea1dc7ded61c79754ef6443031d752507a368dc91145374ca31084a87d1ae243a922ab5dda88d744e0586d63af88b4001d07d3c87b1997b1383a
checksum: 66e40b716dd93947cf410025b953b878b49d9db05f8e1e303554802a87276a625096c044f53c31559025e2c257db17ec74c87ccc7cf35aad7d6f08fb7f39b1bd
languageName: node
linkType: hard

Expand Down Expand Up @@ -8943,7 +8943,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/studio@workspace:packages/studio"
dependencies:
"@apollo/client": 3.8.1
"@apollo/client": 3.8.2
"@babel/cli": 7.22.10
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
Expand Down Expand Up @@ -9155,7 +9155,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.8.1
"@apollo/client": 3.8.2
"@apollo/experimental-nextjs-app-support": 0.4.2
"@babel/cli": 7.22.10
"@babel/core": 7.22.11
Expand Down

0 comments on commit 9db25e6

Please sign in to comment.