Skip to content

Commit 26c199f

Browse files
Upgrade GraphiQL from 3.1.1 to 3.1.2 version (#1251)
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 03c3b65 commit 26c199f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

juniper/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
66

77

88

9+
## master
10+
11+
[Diff](/../../compare/juniper-v0.16.0...master)
12+
13+
### Changed
14+
15+
- Updated [GraphiQL] to 3.1.2 version. ([#1251])
16+
17+
[#1251]: /../../pull/1251
18+
19+
20+
21+
922
## [0.16.0] · 2024-03-20
1023
[0.16.0]: /../../tree/juniper-v0.16.0/juniper
1124

juniper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"postinstall": "make graphiql graphql-playground"
55
},
66
"dependencies": {
7-
"graphiql": "3.1.1",
7+
"graphiql": "3.1.2",
88
"graphql-playground-react": "1.7.28"
99
}
1010
}

juniper/src/http/graphiql.html

+2-2
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].1/graphiql.min.js"
45+
src="https://unpkg.com/[email protected].2/graphiql.min.js"
4646
type="application/javascript"
4747
></script>
48-
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/graphiql.min.css" />
48+
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/graphiql.min.css" />
4949
<!--
5050
These are imports for the GraphIQL Explorer plugin.
5151
-->

0 commit comments

Comments
 (0)