Skip to content

Commit

Permalink
Update GraphiQL from 3.0.6 to 3.0.7 version (#1201)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and tyranron authored Nov 1, 2023
1 parent 0fc95dd commit 2598045
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion juniper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
- Disabled `chrono` [Cargo feature] by default.
- Removed `scalar-naivetime` [Cargo feature].
- Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528])
- Upgraded [GraphiQL] to 3.0.6 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193])
- Upgraded [GraphiQL] to 3.0.7 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1201])

### Added

Expand Down Expand Up @@ -126,6 +126,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
[#1188]: /../../pull/1188
[#1190]: /../../pull/1190
[#1193]: /../../pull/1193
[#1201]: /../../pull/1201
[ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083
[CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j

Expand Down
2 changes: 1 addition & 1 deletion juniper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"postinstall": "make graphiql graphql-playground"
},
"dependencies": {
"graphiql": "3.0.6",
"graphiql": "3.0.7",
"graphql-playground-react": "1.7.28"
}
}
4 changes: 2 additions & 2 deletions juniper/src/http/graphiql.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
favored resource bundler.
-->
<script
src="https://unpkg.com/[email protected].6/graphiql.min.js"
src="https://unpkg.com/[email protected].7/graphiql.min.js"
type="application/javascript"
></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].6/graphiql.min.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected].7/graphiql.min.css" />
<!--
These are imports for the GraphIQL Explorer plugin.
-->
Expand Down

0 comments on commit 2598045

Please sign in to comment.