Skip to content

Commit 20ff0ea

Browse files
Update GraphiQL from 4.1.1 to 4.1.2 version (#1326)
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 a707c6c commit 20ff0ea

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
@@ -87,7 +87,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
8787

8888
### Changed
8989

90-
- Upgraded [GraphiQL] to [4.1.1 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.1/packages/graphiql/CHANGELOG.md#411). ([#1325])
90+
- Upgraded [GraphiQL] to [4.1.2 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.2/packages/graphiql/CHANGELOG.md#412). ([#1326])
9191

9292
### Fixed
9393

@@ -109,7 +109,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
109109
[#1311]: /../../pull/1311
110110
[#1318]: /../../pull/1318
111111
[#1324]: /../../pull/1324
112-
[#1325]: /../../pull/1325
112+
[#1326]: /../../pull/1326
113113
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
114114
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
115115

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": "4.1.1",
7+
"graphiql": "4.1.2",
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
@@ -31,7 +31,7 @@
3131
</style>
3232
<link
3333
rel="stylesheet"
34-
href="https://esm.sh/graphiql@4.1.1/dist/style.css"
34+
href="https://esm.sh/graphiql@4.1.2/dist/style.css"
3535
/>
3636
<link
3737
rel="stylesheet"
@@ -47,7 +47,7 @@
4747
"react-dom": "https://esm.sh/react-dom@19.1.0",
4848
"react-dom/client": "https://esm.sh/react-dom@19.1.0/client",
4949

50-
"graphiql": "https://esm.sh/graphiql@4.1.1?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
50+
"graphiql": "https://esm.sh/graphiql@4.1.2?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
5151
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@4.0.6?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
5252
"@graphiql/react": "https://esm.sh/@graphiql/react@0.34.1?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
5353

0 commit comments

Comments
 (0)