diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 940941585..4d6695819 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -130,7 +130,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi ### Changed -- Upgraded [GraphiQL] to [5.0.0 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.0/packages/graphiql/CHANGELOG.md#500). ([#1331]) +- Upgraded [GraphiQL] to [5.0.2 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.2/packages/graphiql/CHANGELOG.md#502). ([#1333]) - Lifted `Sized` requirement from `ToInputValue` conversion trait. ([#1330]) ### Fixed @@ -156,7 +156,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1327]: /../../pull/1327 [#1329]: /../../pull/1329 [#1330]: /../../pull/1330 -[#1331]: /../../pull/1331 +[#1333]: /../../pull/1333 [1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295 [20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3 [4b14c015]: /../../commit/4b14c015018d31cb6df848efdee24d96416b76d9 diff --git a/juniper/Makefile b/juniper/Makefile index 9ccf6abab..9d877a000 100644 --- a/juniper/Makefile +++ b/juniper/Makefile @@ -46,13 +46,11 @@ graphiql: | grep -m1 '"@graphiql/toolkit": "' | cut -d '"' -f4 | cut -d '^' -f2))) curl -fsL -o src/http/graphiql.html \ https://raw.githubusercontent.com/graphql/graphiql/graphiql%40$(GRAPHIQL_VER)/examples/graphiql-cdn/index.html - $(sed-i) 's|esm.sh/graphiql@5.0.0-rc.1|esm.sh/graphiql@$(GRAPHIQL_VER)|g' \ + $(sed-i) 's|esm.sh/graphiql|esm.sh/graphiql@$(GRAPHIQL_VER)|g' \ src/http/graphiql.html - $(sed-i) 's|esm.sh/graphiql@6.0.0-canary-b26dcda1.0|esm.sh/graphiql@$(GRAPHIQL_VER)|g' \ + $(sed-i) 's|esm.sh/@graphiql/plugin-explorer|esm.sh/@graphiql/plugin-explorer@$(graphiql-plugin-explorer-ver)|g' \ src/http/graphiql.html - $(sed-i) 's|esm.sh/@graphiql/plugin-explorer@5.0.0-rc.1|esm.sh/@graphiql/plugin-explorer@$(graphiql-plugin-explorer-ver)|g' \ - src/http/graphiql.html - $(sed-i) 's|esm.sh/@graphiql/react@0.36.0-canary-b26dcda1.0|esm.sh/@graphiql/react@$(graphiql-react-ver)|g' \ + $(sed-i) 's|esm.sh/@graphiql/react|esm.sh/@graphiql/react@$(graphiql-react-ver)|g' \ src/http/graphiql.html $(sed-i) 's|esm.sh/@graphiql/toolkit|esm.sh/@graphiql/toolkit@$(graphiql-toolkit-ver)|g' \ src/http/graphiql.html diff --git a/juniper/package.json b/juniper/package.json index 14a1d035e..ed1a654a5 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "5.0.0", + "graphiql": "5.0.2", "graphql-playground-react": "1.7.28" } } diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 9372149f0..96df70f14 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -28,10 +28,7 @@ font-size: 4rem; } - +