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

Commit 27aa621

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 1d90c26 commit 27aa621

File tree

4 files changed

+394
-371
lines changed

4 files changed

+394
-371
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"express": "4.17.2",
4949
"express-jwt": "6.1.0",
5050
"glob": "7.2.0",
51-
"graphql": "15.8.0",
51+
"graphql": "16.3.0",
5252
"graphql-fields": "2.0.3",
5353
"graphql-scalars": "1.14.1",
5454
"handlebars": "4.7.7",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-navigation/stack": "6.0.11",
3333
"expo": "44.0.5",
3434
"expo-status-bar": "1.2.0",
35-
"graphql": "15.8.0",
35+
"graphql": "16.3.0",
3636
"graphql-tag": "2.12.6",
3737
"native-base": "3.3.4",
3838
"polished": "4.1.4",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sentry/nextjs": "6.17.2",
3737
"dayjs": "1.10.7",
3838
"framer-motion": "5.6.0",
39-
"graphql": "15.8.0",
39+
"graphql": "16.3.0",
4040
"next": "12.0.8",
4141
"next-http-proxy-middleware": "1.2.1",
4242
"next-transpile-modules": "9.0.0",

0 commit comments

Comments
 (0)