Skip to content

Commit 7004c27

Browse files
committed
Regen
1 parent 9c9c917 commit 7004c27

File tree

2 files changed

+8
-8
lines changed

2 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.1.0 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.0/packages/graphiql/CHANGELOG.md#410). ([#1323])
85+
- Upgraded [GraphiQL] to [4.1.1 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.1/packages/graphiql/CHANGELOG.md#411). ([#1325])
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-
[#1323]: /../../pull/1323
106+
[#1325]: /../../pull/1325
107107
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
108108
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
109109

juniper/src/http/graphiql.html

Lines changed: 6 additions & 6 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/[email protected].0/dist/style.css"
34+
href="https://esm.sh/[email protected].1/dist/style.css"
3535
/>
3636
<link
3737
rel="stylesheet"
38-
href="https://esm.sh/@graphiql/[email protected].5/dist/style.css"
38+
href="https://esm.sh/@graphiql/[email protected].6/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,11 +47,11 @@
4747
"react-dom": "https://esm.sh/[email protected]",
4848
"react-dom/client": "https://esm.sh/[email protected]/client",
4949

50-
"graphiql": "https://esm.sh/[email protected].0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51-
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected].5?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
52-
"@graphiql/react": "https://esm.sh/@graphiql/[email protected].0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
50+
"graphiql": "https://esm.sh/[email protected].1?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react",
51+
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected].6?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql",
52+
"@graphiql/react": "https://esm.sh/@graphiql/[email protected].1?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit",
5353

54-
"@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected].2?standalone&external=graphql",
54+
"@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected].3?standalone&external=graphql",
5555
"graphql": "https://esm.sh/[email protected]"
5656
}
5757
}

0 commit comments

Comments
 (0)