Skip to content

Commit 2f51d02

Browse files
committed
chore(deps): satisfy peer dependency warnings in examples
Signed-off-by: Kevin Viglucci <[email protected]>
1 parent ab96ca1 commit 2f51d02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/rsocket-examples/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@apollo/client": "^3.5.10",
28+
"graphql": "^16.0.0",
2829
"graphql-tag": "^2.12.6",
2930
"graphql-subscriptions": "^2.0.0",
3031
"rsocket-adapter-rxjs": "^1.0.0-alpha.4",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3713,7 +3713,7 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.6:
37133713
dependencies:
37143714
tslib "^2.1.0"
37153715

3716-
graphql@^16.3.0:
3716+
graphql@^16.0.0, graphql@^16.3.0:
37173717
version "16.6.0"
37183718
resolved "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz"
37193719
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==

0 commit comments

Comments
 (0)