From e758ea0e915bd7013444ddcdbb1b947f2be8cd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:52:25 +0000 Subject: [PATCH] Update GraphiQL from 3.1.2 to 3.2.0 version (#1253) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com> --- juniper/CHANGELOG.md | 5 +++++ juniper/package.json | 2 +- juniper/src/http/graphiql.html | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 588a8b86..6d57170b 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -15,7 +15,12 @@ All user visible changes to `juniper` crate will be documented in this file. Thi - Upgraded [`chrono-tz` crate] integration to [0.9 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.9.0). ([#1252]) +### Changed + +- Updated [GraphiQL] to [3.2.0 version](https://github.com/graphql/graphiql/blob/graphiql%403.2.0/packages/graphiql/CHANGELOG.md#320). ([#1253]) + [#1252]: /../../pull/1252 +[#1253]: /../../pull/1253 diff --git a/juniper/package.json b/juniper/package.json index 62bd7f72..46e02ad5 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "3.1.2", + "graphiql": "3.2.0", "graphql-playground-react": "1.7.28" } } diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 9ea2f4ba..2b059a44 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -42,10 +42,10 @@ favored resource bundler. --> <script - src="https://unpkg.com/graphiql@3.1.2/graphiql.min.js" + src="https://unpkg.com/graphiql@3.2.0/graphiql.min.js" type="application/javascript" ></script> - <link rel="stylesheet" href="https://unpkg.com/graphiql@3.1.2/graphiql.min.css" /> + <link rel="stylesheet" href="https://unpkg.com/graphiql@3.2.0/graphiql.min.css" /> <!-- These are imports for the GraphIQL Explorer plugin. -->