Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 16, 2024
1 parent ffe112d commit b62baa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions juniper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ All user visible changes to `juniper` crate will be documented in this file. Thi

### Changed

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

[#1252]: /../../pull/1252
[#1270]: /../../issues/1270
[#1271]: /../../pull/1271
[#1272]: /../../pull/1272
[#1274]: /../../pull/1274
[#1275]: /../../pull/1275
[#1276]: /../../pull/1276
[#1277]: /../../pull/1277


Expand Down
4 changes: 0 additions & 4 deletions juniper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ graphiql:
https://raw.githubusercontent.com/graphql/graphiql/graphiql%40$(GRAPHIQL_VER)/examples/graphiql-cdn/index.html
$(sed-i) 's|unpkg.com/graphiql/|unpkg.com/graphiql@$(GRAPHIQL_VER)/|g' \
src/http/graphiql.html
$(sed-i) 's|react.development.js|react.production.min.js|g' \
src/http/graphiql.html
$(sed-i) 's|react-dom.development.js|react-dom.production.min.js|g' \
src/http/graphiql.html
$(sed-i) "s|'https://swapi-graphql.netlify.app/.netlify/functions/index'|JUNIPER_URL|g" \
src/http/graphiql.html
$(sed-i) "s|url: JUNIPER_URL,|url: JUNIPER_URL,\n subscriptionUrl: normalizeSubscriptionEndpoint(JUNIPER_URL, JUNIPER_SUBSCRIPTIONS_URL)|" \
Expand Down
4 changes: 2 additions & 2 deletions juniper/src/http/graphiql.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
favored resource bundler.
-->
<script
src="https://unpkg.com/graphiql@3.5.0/graphiql.min.js"
src="https://unpkg.com/graphiql@3.6.0/graphiql.min.js"
type="application/javascript"
></script>
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.5.0/graphiql.min.css" />
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.6.0/graphiql.min.css" />
<!--
These are imports for the GraphIQL Explorer plugin.
-->
Expand Down

0 comments on commit b62baa8

Please sign in to comment.