Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages to v2 (major) (#94)
Browse files Browse the repository at this point in the history
* fix(deps): update apollo graphql packages to v2

* changeset

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com>
  • Loading branch information
renovate[bot] and trevor-scheer authored Nov 30, 2022
1 parent 360ff79 commit 834401d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 62 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-rules-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/datasource-rest': patch
---

Update `@apollo/utils.fetcher` dependency to v2.0.0
81 changes: 21 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@apollo/server": "4.2.2",
"@apollo/utils.withrequired": "1.0.1",
"@apollo/utils.withrequired": "2.0.0",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.2",
"@types/http-cache-semantics": "4.0.1",
Expand All @@ -51,7 +51,7 @@
"typescript": "4.9.3"
},
"dependencies": {
"@apollo/utils.fetcher": "^1.0.0",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.keyvaluecache": "1.0.2",
"http-cache-semantics": "^4.1.0",
"lodash.isplainobject": "^4.0.6",
Expand Down

0 comments on commit 834401d

Please sign in to comment.