Skip to content

Commit 3ab0ea3

Browse files
build(deps): bump graphql in /demos/graphql-demo/ui (#750)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.7.1...v16.8.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 ef8d6dd commit 3ab0ea3

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.7.1",
7+
"graphql": "^16.8.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
@@ -2130,10 +2130,10 @@ graphql@^0.10.0, graphql@^0.10.3:
21302130
dependencies:
21312131
iterall "^1.1.0"
21322132

2133-
graphql@^16.7.1:
2134-
version "16.7.1"
2135-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.7.1.tgz#11475b74a7bff2aefd4691df52a0eca0abd9b642"
2136-
integrity sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==
2133+
graphql@^16.8.0:
2134+
version "16.8.0"
2135+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4"
2136+
integrity sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==
21372137

21382138
has-ansi@^2.0.0:
21392139
version "2.0.0"

0 commit comments

Comments
 (0)