Skip to content

Commit aa71111

Browse files
Bump graphql from 16.9.0 to 16.10.0 in /demos/graphql-demo/ui (#1306)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.10.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.9.0...v16.10.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef7ee90 commit aa71111

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demos/graphql-demo/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"apollo-client": "^1.3.0",
7-
"graphql": "^16.9.0",
7+
"graphql": "^16.10.0",
88
"graphql-tag": "^2.2.0",
99
"immutability-helper": "^3.1.1",
1010
"react": "15.7.0",

demos/graphql-demo/ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,10 +2128,10 @@ graphql@^0.10.0, graphql@^0.10.3:
21282128
dependencies:
21292129
iterall "^1.1.0"
21302130

2131-
graphql@^16.9.0:
2132-
version "16.9.0"
2133-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
2134-
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
2131+
graphql@^16.10.0:
2132+
version "16.10.0"
2133+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
2134+
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
21352135

21362136
has-ansi@^2.0.0:
21372137
version "2.0.0"

0 commit comments

Comments
 (0)