Skip to content

Commit 906b0a5

Browse files
committed
Regen
1 parent 9823a2e commit 906b0a5

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
@@ -17,10 +17,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
1717

1818
### Changed
1919

20-
- Updated [GraphiQL] to [3.2.3 version](https://github.com/graphql/graphiql/blob/graphiql%403.2.2/packages/graphiql/CHANGELOG.md#322). ([#1260])
20+
- Updated [GraphiQL] to [3.3.1 version](https://github.com/graphql/graphiql/blob/graphiql%403.3.1/packages/graphiql/CHANGELOG.md#331). ([#1264])
2121

2222
[#1252]: /../../pull/1252
23-
[#1260]: /../../pull/1260
23+
[#1264]: /../../pull/1264
2424

2525

2626

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

0 commit comments

Comments
 (0)