Skip to content

Commit

Permalink
chore(deps): update dependency @apollo/client to v3.4.1 (#3276)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 30, 2021
1 parent 819e62c commit fc8748f
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 248 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"optionalDependencies": {
"@apollo/client": "~3.2.5 || ~3.3.0"
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
"@apollo/client": "~3.2.5 || ~3.3.0"
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0"
},
"buildOptions": {
"input": "./src/index.ts",
Expand All @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"@apollo/client": "3.3.21",
"@apollo/client": "3.4.1",
"@types/apollo-upload-client": "14.1.0",
"@types/graphql-upload": "8.0.6",
"express-graphql": "0.12.0",
Expand Down
Loading

1 comment on commit fc8748f

@vercel
Copy link

@vercel vercel bot commented on fc8748f Jul 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.