From b1f4ecb1e042df7136b5a2555df3a472543ee48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:55:50 +0000 Subject: [PATCH] Update GraphiQL from 3.3.2 to 3.4.0 version (#1269) 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 | 4 ++-- juniper/Cargo.toml | 2 +- juniper/package.json | 2 +- juniper/src/http/graphiql.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 21e0c3bd..1c563baa 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -17,10 +17,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi ### Changed -- Updated [GraphiQL] to [3.3.2 version](https://github.com/graphql/graphiql/blob/graphiql%403.3.2/packages/graphiql/CHANGELOG.md#332). ([#1265]) +- Updated [GraphiQL] to [3.4.0 version](https://github.com/graphql/graphiql/blob/graphiql%403.4.0/packages/graphiql/CHANGELOG.md#340). ([#1269]) [#1252]: /../../pull/1252 -[#1265]: /../../pull/1265 +[#1269]: /../../pull/1269 diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 82ef9d53..f12400b5 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -87,4 +87,4 @@ harness = false path = "benches/bench.rs" [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } \ No newline at end of file +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } diff --git a/juniper/package.json b/juniper/package.json index 6196fb40..eb4a46f1 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "3.3.2", + "graphiql": "3.4.0", "graphql-playground-react": "1.7.28" } } diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 20bce4d2..7cf55dec 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -42,10 +42,10 @@ favored resource bundler. --> - +