Skip to content

Commit b1f4ecb

Browse files
Update GraphiQL from 3.3.2 to 3.4.0 version (#1269)
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>
1 parent 7db44c0 commit b1f4ecb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

juniper/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
1717

1818
### Changed
1919

20-
- Updated [GraphiQL] to [3.3.2 version](https://github.com/graphql/graphiql/blob/graphiql%403.3.2/packages/graphiql/CHANGELOG.md#332). ([#1265])
20+
- Updated [GraphiQL] to [3.4.0 version](https://github.com/graphql/graphiql/blob/graphiql%403.4.0/packages/graphiql/CHANGELOG.md#340). ([#1269])
2121

2222
[#1252]: /../../pull/1252
23-
[#1265]: /../../pull/1265
23+
[#1269]: /../../pull/1269
2424

2525

2626

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ harness = false
8787
path = "benches/bench.rs"
8888

8989
[lints.rust]
90-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
90+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }

juniper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"postinstall": "make graphiql graphql-playground"
55
},
66
"dependencies": {
7-
"graphiql": "3.3.2",
7+
"graphiql": "3.4.0",
88
"graphql-playground-react": "1.7.28"
99
}
1010
}

juniper/src/http/graphiql.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
favored resource bundler.
4343
-->
4444
<script
45-
src="https://unpkg.com/graphiql@3.3.2/graphiql.min.js"
45+
src="https://unpkg.com/graphiql@3.4.0/graphiql.min.js"
4646
type="application/javascript"
4747
></script>
48-
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.3.2/graphiql.min.css" />
48+
<link rel="stylesheet" href="https://unpkg.com/graphiql@3.4.0/graphiql.min.css" />
4949
<!--
5050
These are imports for the GraphIQL Explorer plugin.
5151
-->

0 commit comments

Comments
 (0)