Skip to content

Commit d0f50e7

Browse files
Update GraphiQL from 3.0.8 to 3.0.9 version (#1204)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent 8b530eb commit d0f50e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

juniper/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
5151
- Disabled `chrono` [Cargo feature] by default.
5252
- Removed `scalar-naivetime` [Cargo feature].
5353
- Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528])
54-
- Upgraded [GraphiQL] to 3.0.8 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1203])
54+
- Upgraded [GraphiQL] to 3.0.9 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1204])
5555
- Made `LookAheadMethods::children()` method to return slice instead of `Vec`. ([#1200])
5656

5757
### Added
@@ -130,7 +130,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
130130
[#1193]: /../../pull/1193
131131
[#1199]: /../../pull/1199
132132
[#1200]: /../../pull/1200
133-
[#1203]: /../../pull/1203
133+
[#1204]: /../../pull/1204
134134
[ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083
135135
[CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j
136136

juniper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"postinstall": "make graphiql graphql-playground"
55
},
66
"dependencies": {
7-
"graphiql": "3.0.8",
7+
"graphiql": "3.0.9",
88
"graphql-playground-react": "1.7.28"
99
}
1010
}

juniper/src/http/graphiql.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
favored resource bundler.
4343
-->
4444
<script
45-
src="https://unpkg.com/[email protected].8/graphiql.min.js"
45+
src="https://unpkg.com/[email protected].9/graphiql.min.js"
4646
type="application/javascript"
4747
></script>
48-
<link rel="stylesheet" href="https://unpkg.com/[email protected].8/graphiql.min.css" />
48+
<link rel="stylesheet" href="https://unpkg.com/[email protected].9/graphiql.min.css" />
4949
<!--
5050
These are imports for the GraphIQL Explorer plugin.
5151
-->

0 commit comments

Comments
 (0)