Skip to content

Commit fae7690

Browse files
Bump graphql from 16.8.2 to 16.9.0 in /demos/graphql-demo/ui (#1148)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.8.2...v16.9.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 500475b commit fae7690

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.8.2",
7+
"graphql": "^16.9.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.8.2:
2132-
version "16.8.2"
2133-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.2.tgz#54771c7ff195da913f5e70af8044a026d32eca2a"
2134-
integrity sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==
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==
21352135

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

0 commit comments

Comments
 (0)