Skip to content

Commit 565cd2f

Browse files
committed
Regen
1 parent 162fdc4 commit 565cd2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

juniper/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.8.1 version](https://github.com/graphql/graphiql/blob/graphiql%403.8.1/packages/graphiql/CHANGELOG.md#381). ([#1297])
49+
- Updated [GraphiQL] to [3.8.3 version](https://github.com/graphql/graphiql/blob/graphiql%403.8.3/packages/graphiql/CHANGELOG.md#383). ([#1300])
5050

5151
[#1252]: /../../pull/1252
5252
[#1270]: /../../issues/1270
@@ -57,7 +57,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
5757
[#1278]: /../../pull/1278
5858
[#1281]: /../../pull/1281
5959
[#1284]: /../../pull/1284
60-
[#1297]: /../../pull/1297
60+
[#1300]: /../../pull/1300
6161

6262

6363

juniper/src/http/graphiql.html

Lines changed: 2 additions & 2 deletions
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].3/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].3/graphiql.min.css" />
4949
<!--
5050
These are imports for the GraphIQL Explorer plugin.
5151
-->

0 commit comments

Comments
 (0)