Skip to content

Commit

Permalink
chore(deps): satisfy peer dependency warnings in examples
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Viglucci <[email protected]>
  • Loading branch information
viglucci committed Jun 21, 2023
1 parent ab96ca1 commit 2f51d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/rsocket-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"dependencies": {
"@apollo/client": "^3.5.10",
"graphql": "^16.0.0",
"graphql-tag": "^2.12.6",
"graphql-subscriptions": "^2.0.0",
"rsocket-adapter-rxjs": "^1.0.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3713,7 +3713,7 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.6:
dependencies:
tslib "^2.1.0"

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

0 comments on commit 2f51d02

Please sign in to comment.