Skip to content

Commit c5f4ff6

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 423bd9e commit c5f4ff6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@emotion/react": "11.5.0",
1515
"@emotion/styled": "11.3.0",
1616
"cross-fetch": "3.1.4",
17-
"graphql": "15.6.1",
17+
"graphql": "16.0.0",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2"
2020
},

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"react-router-dom": "5.3.0",
2323
"cross-fetch": "3.1.4",
2424
"@apollo/client": "3.4.16",
25-
"graphql": "15.6.1"
25+
"graphql": "16.0.0"
2626
}
2727
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"react-router-dom": "5.3.0",
2323
"cross-fetch": "3.1.4",
2424
"@apollo/client": "3.4.16",
25-
"graphql": "15.6.1"
25+
"graphql": "16.0.0"
2626
}
2727
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10195,10 +10195,10 @@ graphql-ws@^4.4.1:
1019510195
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.9.0.tgz#5cfd8bb490b35e86583d8322f5d5d099c26e365c"
1019610196
integrity sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==
1019710197

10198-
graphql@15.6.1:
10199-
version "15.6.1"
10200-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.1.tgz#9125bdf057553525da251e19e96dab3d3855ddfc"
10201-
integrity sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==
10198+
graphql@16.0.0:
10199+
version "16.0.0"
10200+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.0.tgz#5724f2767aefa543418e83671372117c39408c8f"
10201+
integrity sha512-n9NxoRfwnpYBZB/WJ7L166gyrShuZ8qYgVaX8oxVyELcJfAwkvwPt6WlYIl90WRlzqDjaNWvLmNOSnKs5llZWQ==
1020210202

1020310203
gzip-size@5.1.1:
1020410204
version "5.1.1"

0 commit comments

Comments
 (0)