Skip to content

Commit b12d9d1

Browse files
Update GraphiQL from 4.0.5 to 4.1.0 version (#1323)
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 8054951 commit b12d9d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

juniper/CHANGELOG.md

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

8383
### Changed
8484

85-
- Upgraded [GraphiQL] to [4.0.5 version](https://github.com/graphql/graphiql/blob/graphiql%404.0.5/packages/graphiql/CHANGELOG.md#405). ([#1320])
85+
- Upgraded [GraphiQL] to [4.1.0 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.0/packages/graphiql/CHANGELOG.md#410). ([#1323])
8686

8787
### Fixed
8888

@@ -103,7 +103,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
103103
[#1293]: /../../pull/1293
104104
[#1311]: /../../pull/1311
105105
[#1318]: /../../pull/1318
106-
[#1320]: /../../pull/1320
106+
[#1323]: /../../pull/1323
107107
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
108108
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
109109

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.0.5",
7+
"graphiql": "4.1.0",
88
"graphql-playground-react": "1.7.28"
99
}
1010
}

juniper/src/http/graphiql.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</style>
3232
<link
3333
rel="stylesheet"
34-
href="https://esm.sh/graphiql@4.0.5/dist/style.css"
34+
href="https://esm.sh/graphiql@4.1.0/dist/style.css"
3535
/>
3636
<link
3737
rel="stylesheet"
38-
href="https://esm.sh/@graphiql/plugin-explorer@4.0.4/dist/style.css"
38+
href="https://esm.sh/@graphiql/plugin-explorer@4.0.5/dist/style.css"
3939
/>
4040
<!-- Note: the ?standalone flag bundles the module along with all of its `dependencies`, excluding `peerDependencies`, into a single JavaScript file. -->
4141
<script type="importmap">
@@ -47,9 +47,9 @@
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.0.5?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51-
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@4.0.4?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
52-
"@graphiql/react": "https://esm.sh/@graphiql/react@0.33.0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
50+
"graphiql": "https://esm.sh/graphiql@4.1.0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51+
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@4.0.5?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
52+
"@graphiql/react": "https://esm.sh/@graphiql/react@0.34.0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
5353

5454
"@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit@0.11.2?standalone&external=graphql",
5555
"graphql": "https://esm.sh/graphql@16.11.0"

0 commit comments

Comments
 (0)