Skip to content

Commit

Permalink
fix: update dependency graphql to v16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: graphql is in v16 now, it includes many breaking
changes. Please take a look at the graphql docs for details
  • Loading branch information
renovate-bot authored and robertkowalski committed Feb 28, 2022
1 parent 8e3aa37 commit 837008e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cookie-parser": "^1.4.4",
"cross-fetch": "^3.0.4",
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.12.3",
"hops-config": "16.0.0-nightly.3",
"hops-mixin": "16.0.0-nightly.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@graphql-tools/schema": "^8.0.0",
"cross-fetch": "^3.0.4",
"find-up": "^5.0.0",
"graphql": "^15.0.0",
"graphql": "^16.0.0",
"hops-config": "16.0.0-nightly.3",
"hops-mixin": "16.0.0-nightly.3",
"hops-react": "16.0.0-nightly.3",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6818,11 +6818,16 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.3:
dependencies:
tslib "^2.1.0"

graphql@^15.0.0, graphql@^15.5.1:
graphql@^15.5.1:
version "15.8.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==

graphql@^16.0.0:
version "16.3.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05"
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==

gzip-size@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
Expand Down

0 comments on commit 837008e

Please sign in to comment.