Skip to content

Commit b32004f

Browse files
Update GraphiQL from 3.7.1 to 3.7.2 version (#1292)
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 f552654 commit b32004f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

juniper/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
4646

4747
### Changed
4848

49-
- Updated [GraphiQL] to [3.7.1 version](https://github.com/graphql/graphiql/blob/graphiql%403.7.1/packages/graphiql/CHANGELOG.md#371). ([#1279])
49+
- Updated [GraphiQL] to [3.7.2 version](https://github.com/graphql/graphiql/blob/graphiql%403.7.2/packages/graphiql/CHANGELOG.md#372). ([#1292])
5050

5151
[#1252]: /../../pull/1252
5252
[#1270]: /../../issues/1270
@@ -55,9 +55,9 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
5555
[#1275]: /../../pull/1275
5656
[#1277]: /../../pull/1277
5757
[#1278]: /../../pull/1278
58-
[#1279]: /../../pull/1279
5958
[#1281]: /../../pull/1281
6059
[#1284]: /../../pull/1284
60+
[#1292]: /../../pull/1292
6161

6262

6363

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.7.1",
7+
"graphiql": "3.7.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)