Upgrade GraphiQL from 3.1.0 to 3.1.1 version (#1246)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
This commit is contained in:
parent
d6297f493a
commit
f33406f3ce
3 changed files with 5 additions and 5 deletions
|
@ -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.1.0 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1235])
|
||||
- Upgraded [GraphiQL] to 3.1.1 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1246])
|
||||
- Abstracted `Spanning::start` and `Spanning::end` fields into separate struct `Span`. ([#1207], [#1208])
|
||||
- Removed `graphql-parser-integration` and `graphql-parser` [Cargo feature]s by merging them into `schema-language` [Cargo feature]. ([#1237])
|
||||
- Renamed `RootNode::as_schema_language()` method as `RootNode::as_sdl()`. ([#1237])
|
||||
|
@ -164,9 +164,9 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
|
|||
[#1215]: /../../pull/1215
|
||||
[#1227]: /../../pull/1227
|
||||
[#1228]: /../../pull/1228
|
||||
[#1235]: /../../pull/1235
|
||||
[#1237]: /../../pull/1237
|
||||
[#1239]: /../../pull/1239
|
||||
[#1246]: /../../pull/1246
|
||||
[ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083
|
||||
[CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"postinstall": "make graphiql graphql-playground"
|
||||
},
|
||||
"dependencies": {
|
||||
"graphiql": "3.1.0",
|
||||
"graphiql": "3.1.1",
|
||||
"graphql-playground-react": "1.7.28"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
favored resource bundler.
|
||||
-->
|
||||
<script
|
||||
src="https://unpkg.com/graphiql@3.1.0/graphiql.min.js"
|
||||
src="https://unpkg.com/graphiql@3.1.1/graphiql.min.js"
|
||||
type="application/javascript"
|
||||
></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.1.0/graphiql.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.1.1/graphiql.min.css" />
|
||||
<!--
|
||||
These are imports for the GraphIQL Explorer plugin.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue