Skip to content

Commit 35c4bb2

Browse files
Update GraphiQL from 5.2.0 to 5.2.1 version (#1358)
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 04129e1 commit 35c4bb2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

juniper/CHANGELOG.md

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

5656
- [September 2025] GraphQL spec: ([#1347])
5757
- Canonical introspection query to [16.11.0 version of GraphQL.js](https://github.com/graphql/graphql-js/blob/v16.11.0/src/utilities/getIntrospectionQuery.ts#L75). ([#1348])
58+
- Upgraded [GraphiQL] to [5.2.1 version](https://github.com/graphql/graphiql/blob/graphiql%405.2.1/packages/graphiql/CHANGELOG.md#521). ([#1358])
5859

5960
### Fixed
6061

@@ -72,6 +73,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
7273
[#1353]: /../../pull/1353
7374
[#1354]: /../../pull/1354
7475
[#1355]: /../../pull/1355
76+
[#1358]: /../../pull/1358
7577
[graphql/graphql-spec#525]: https://github.com/graphql/graphql-spec/pull/525
7678
[graphql/graphql-spec#687]: https://github.com/graphql/graphql-spec/issues/687
7779
[graphql/graphql-spec#805]: https://github.com/graphql/graphql-spec/pull/805

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

juniper/src/http/graphiql.html

Lines changed: 4 additions & 4 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].0/dist/style.css" />
31+
<link rel="stylesheet" href="https://esm.sh/[email protected].1/dist/style.css" />
3232
<link
3333
rel="stylesheet"
3434
href="https://esm.sh/@graphiql/[email protected]/dist/style.css"
@@ -47,10 +47,10 @@
4747
"react-dom": "https://esm.sh/[email protected]",
4848
"react-dom/": "https://esm.sh/[email protected]/",
4949

50-
"graphiql": "https://esm.sh/[email protected].0?standalone&external=react,react-dom,@graphiql/react,graphql",
51-
"graphiql/": "https://esm.sh/[email protected].0/",
50+
"graphiql": "https://esm.sh/[email protected].1?standalone&external=react,react-dom,@graphiql/react,graphql",
51+
"graphiql/": "https://esm.sh/[email protected].1/",
5252
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,@graphiql/react,graphql",
53-
"@graphiql/react": "https://esm.sh/@graphiql/[email protected].1?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid",
53+
"@graphiql/react": "https://esm.sh/@graphiql/[email protected].2?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid",
5454

5555
"@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected]?standalone&external=graphql",
5656
"graphql": "https://esm.sh/[email protected]",

0 commit comments

Comments
 (0)