Skip to content

Commit 016ed7b

Browse files
Update GraphiQL from 5.0.4 to 5.0.5 version (#1336)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent 58c54df commit 016ed7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

juniper/CHANGELOG.md

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

131131
### Changed
132132

133-
- Upgraded [GraphiQL] to [5.0.4 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.4/packages/graphiql/CHANGELOG.md#504). ([#1335])
133+
- Upgraded [GraphiQL] to [5.0.5 version](https://github.com/graphql/graphiql/blob/graphiql%405.0.5/packages/graphiql/CHANGELOG.md#505). ([#1336])
134134
- Lifted `Sized` requirement from `ToInputValue` conversion trait. ([#1330])
135135

136136
### Fixed
@@ -156,7 +156,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
156156
[#1327]: /../../pull/1327
157157
[#1329]: /../../pull/1329
158158
[#1330]: /../../pull/1330
159-
[#1335]: /../../pull/1335
159+
[#1336]: /../../pull/1336
160160
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
161161
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
162162
[4b14c015]: /../../commit/4b14c015018d31cb6df848efdee24d96416b76d9

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": "5.0.4",
7+
"graphiql": "5.0.5",
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
@@ -28,7 +28,7 @@
2828
font-size: 4rem;
2929
}
3030
</style>
31-
<link rel="stylesheet" href="https://esm.sh/[email protected].4/dist/style.css" />
31+
<link rel="stylesheet" href="https://esm.sh/[email protected].5/dist/style.css" />
3232
<link
3333
rel="stylesheet"
3434
href="https://esm.sh/@graphiql/[email protected]/dist/style.css"
@@ -43,7 +43,7 @@
4343
"react-dom": "https://esm.sh/[email protected]",
4444
"react-dom/client": "https://esm.sh/[email protected]/client",
4545

46-
"graphiql": "https://esm.sh/[email protected].4?standalone&external=react,react-dom,@graphiql/react,graphql",
46+
"graphiql": "https://esm.sh/[email protected].5?standalone&external=react,react-dom,@graphiql/react,graphql",
4747
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,@graphiql/react,graphql",
4848
"@graphiql/react": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,react-dom,graphql",
4949

0 commit comments

Comments
 (0)