Skip to content

Commit c1a916d

Browse files
Update GraphiQL from 3.5.0 to 3.6.0 version (#1276)
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 681d242 commit c1a916d

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

juniper/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
4343

4444
### Changed
4545

46-
- Updated [GraphiQL] to [3.5.0 version](https://github.com/graphql/graphiql/blob/graphiql%403.5.0/packages/graphiql/CHANGELOG.md#350). ([#1274])
46+
- Updated [GraphiQL] to [3.6.0 version](https://github.com/graphql/graphiql/blob/graphiql%403.6.0/packages/graphiql/CHANGELOG.md#360). ([#1276])
4747

4848
[#1252]: /../../pull/1252
4949
[#1270]: /../../issues/1270
5050
[#1271]: /../../pull/1271
5151
[#1272]: /../../pull/1272
52-
[#1274]: /../../pull/1274
5352
[#1275]: /../../pull/1275
53+
[#1276]: /../../pull/1276
5454
[#1277]: /../../pull/1277
5555

5656

juniper/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ graphiql:
3939
https://raw.githubusercontent.com/graphql/graphiql/graphiql%40$(GRAPHIQL_VER)/examples/graphiql-cdn/index.html
4040
$(sed-i) 's|unpkg.com/graphiql/|unpkg.com/graphiql@$(GRAPHIQL_VER)/|g' \
4141
src/http/graphiql.html
42-
$(sed-i) 's|react.development.js|react.production.min.js|g' \
43-
src/http/graphiql.html
44-
$(sed-i) 's|react-dom.development.js|react-dom.production.min.js|g' \
45-
src/http/graphiql.html
4642
$(sed-i) "s|'https://swapi-graphql.netlify.app/.netlify/functions/index'|JUNIPER_URL|g" \
4743
src/http/graphiql.html
4844
$(sed-i) "s|url: JUNIPER_URL,|url: JUNIPER_URL,\n subscriptionUrl: normalizeSubscriptionEndpoint(JUNIPER_URL, JUNIPER_SUBSCRIPTIONS_URL)|" \

juniper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"postinstall": "make graphiql graphql-playground"
55
},
66
"dependencies": {
7-
"graphiql": "3.5.0",
7+
"graphiql": "3.6.0",
88
"graphql-playground-react": "1.7.28"
99
}
1010
}

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

0 commit comments

Comments
 (0)