Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 14, 2022
1 parent 7e46a0d commit ea6d0b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"express": "4.17.2",
"express-jwt": "6.1.0",
"glob": "7.2.0",
"graphql": "15.8.0",
"graphql": "16.2.0",
"graphql-fields": "2.0.3",
"graphql-scalars": "1.14.1",
"handlebars": "4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@react-navigation/stack": "6.0.11",
"expo": "44.0.5",
"expo-status-bar": "1.2.0",
"graphql": "15.8.0",
"graphql": "16.2.0",
"graphql-tag": "2.12.6",
"native-base": "3.3.2",
"polished": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sentry/nextjs": "6.16.1",
"dayjs": "1.10.7",
"framer-motion": "5.6.0",
"graphql": "15.8.0",
"graphql": "16.2.0",
"next": "12.0.8",
"next-http-proxy-middleware": "1.1.2",
"next-transpile-modules": "9.0.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9655,7 +9655,12 @@ graphql-ws@^5.4.1:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==

[email protected], graphql@^15.3.0:
[email protected]:
version "16.2.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656"
integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==

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

0 comments on commit ea6d0b3

Please sign in to comment.