From 26c199f2f393c4c80efd97ba2335e6ae293c6bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:21:30 +0000 Subject: [PATCH] Upgrade GraphiQL from 3.1.1 to 3.1.2 version (#1251) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren --- juniper/CHANGELOG.md | 13 +++++++++++++ juniper/package.json | 2 +- juniper/src/http/graphiql.html | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 78c37198..701a17d5 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -6,6 +6,19 @@ All user visible changes to `juniper` crate will be documented in this file. Thi +## master + +[Diff](/../../compare/juniper-v0.16.0...master) + +### Changed + +- Updated [GraphiQL] to 3.1.2 version. ([#1251]) + +[#1251]: /../../pull/1251 + + + + ## [0.16.0] ยท 2024-03-20 [0.16.0]: /../../tree/juniper-v0.16.0/juniper diff --git a/juniper/package.json b/juniper/package.json index 715fca59..62bd7f72 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "3.1.1", + "graphiql": "3.1.2", "graphql-playground-react": "1.7.28" } } diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 4c94f454..9ea2f4ba 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -42,10 +42,10 @@ favored resource bundler. --> - +