Skip to content

Commit 844aa3b

Browse files
Bump graphql from 16.10.0 to 16.11.0 in /demos/graphql-demo/ui (#1446)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.10.0...v16.11.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.11.0 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 c81e6d5 commit 844aa3b

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.10.0",
7+
"graphql": "^16.11.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.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==
2131+
graphql@^16.11.0:
2132+
version "16.11.0"
2133+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
2134+
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
21352135

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

0 commit comments

Comments
 (0)