Upgrade GraphiQL from 3.1.1 to 3.1.2 version (#1251)
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
03c3b65bbb
commit
26c199f2f3
3 changed files with 16 additions and 3 deletions
|
@ -6,6 +6,19 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
|
|||
|
||||
|
||||
|
||||
## master
|
||||
|
||||
[Diff](/../../compare/juniper-v0.16.0...master)
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated [GraphiQL] to 3.1.2 version. ([#1251])
|
||||
|
||||
[#1251]: /../../pull/1251
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.0] · 2024-03-20
|
||||
[0.16.0]: /../../tree/juniper-v0.16.0/juniper
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"postinstall": "make graphiql graphql-playground"
|
||||
},
|
||||
"dependencies": {
|
||||
"graphiql": "3.1.1",
|
||||
"graphiql": "3.1.2",
|
||||
"graphql-playground-react": "1.7.28"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
favored resource bundler.
|
||||
-->
|
||||
<script
|
||||
src="https://unpkg.com/graphiql@3.1.1/graphiql.min.js"
|
||||
src="https://unpkg.com/graphiql@3.1.2/graphiql.min.js"
|
||||
type="application/javascript"
|
||||
></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.1.1/graphiql.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.1.2/graphiql.min.css" />
|
||||
<!--
|
||||
These are imports for the GraphIQL Explorer plugin.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue