Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

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] authored Sep 14, 2022
1 parent 32a463a commit 03d7275
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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.18.1",
"express-jwt": "6.1.2",
"glob": "8.0.3",
"graphql": "15.8.0",
"graphql": "16.6.0",
"graphql-fields": "2.0.3",
"graphql-scalars": "1.18.0",
"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 @@ -33,7 +33,7 @@
"@react-navigation/stack": "6.2.3",
"expo": "45.0.8",
"expo-status-bar": "1.4.0",
"graphql": "15.8.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"native-base": "3.4.15",
"polished": "4.2.2",
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": "7.12.1",
"dayjs": "1.11.5",
"framer-motion": "7.3.5",
"graphql": "15.8.0",
"graphql": "16.6.0",
"next": "12.3.0",
"next-http-proxy-middleware": "1.2.4",
"react": "17.0.2",
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9394,10 +9394,10 @@ fragment-cache@^0.2.1:
dependencies:
map-cache "^0.2.2"

[email protected].4:
version "7.3.4"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-7.3.4.tgz#d3d4188102d1c8b8f24c55b698853d34de2ff18e"
integrity sha512-TE0qQtrJ0laUb6Gzt+RBbHy7MmS5TrUshhjwWTpZP/MIBQ8HWrgJ6GpNCu6GOYayNVcgbvAWO33tRVEAcw/52w==
[email protected].5:
version "7.3.5"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-7.3.5.tgz#9a3d30658290a473acca268f19c3b65e4c6aeb70"
integrity sha512-JrLLVCi59LMI3+ZvSSbxf/Z7SOIdYRZrgdkUvJkzyT2RXu34HtGy26n41jNrcD5K85boqlZhGTbfqnAIfMHRLQ==
dependencies:
"@motionone/dom" "10.13.1"
framesync "6.1.2"
Expand Down Expand Up @@ -9814,6 +9814,11 @@ [email protected], graphql@^15.3.0:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==

[email protected]:
version "16.6.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==

[email protected]:
version "4.7.7"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
Expand Down

0 comments on commit 03d7275

Please sign in to comment.