Skip to content

Commit cb75f5a

Browse files
authored
[6.x] Fix GraphiQL (#14770)
1 parent ae63c74 commit cb75f5a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

resources/views/graphql/graphiql.blade.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
</style>
2424
<link
2525
rel="stylesheet"
26-
href="https://esm.sh/graphiql/dist/style.css"
26+
href="https://esm.sh/graphiql@5.2.2/dist/style.css"
2727
>
2828
<link
2929
rel="stylesheet"
30-
href="https://esm.sh/@graphiql/plugin-explorer/dist/style.css"
30+
href="https://esm.sh/@graphiql/plugin-explorer@5.1.1/dist/style.css"
3131
>
3232

3333
@if (!$introspection)
@@ -39,19 +39,19 @@
3939
<script type="importmap">
4040
{
4141
"imports": {
42-
"react": "https://esm.sh/react@19.1.0",
43-
"react/": "https://esm.sh/react@19.1.0/",
42+
"react": "https://esm.sh/react@19.2.5",
43+
"react/": "https://esm.sh/react@19.2.5/",
4444
45-
"react-dom": "https://esm.sh/react-dom@19.1.0",
46-
"react-dom/": "https://esm.sh/react-dom@19.1.0/",
45+
"react-dom": "https://esm.sh/react-dom@19.2.5",
46+
"react-dom/": "https://esm.sh/react-dom@19.2.5/",
4747
48-
"graphiql": "https://esm.sh/graphiql?standalone&external=react,react-dom,@graphiql/react,graphql",
49-
"graphiql/": "https://esm.sh/graphiql/",
50-
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer?standalone&external=react,@graphiql/react,graphql",
51-
"@graphiql/react": "https://esm.sh/@graphiql/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid",
48+
"graphiql": "https://esm.sh/graphiql@5.2.2?standalone&external=react,react-dom,@graphiql/react,graphql",
49+
"graphiql/": "https://esm.sh/graphiql@5.2.2/",
50+
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@5.1.1?standalone&external=react,@graphiql/react,graphql",
51+
"@graphiql/react": "https://esm.sh/@graphiql/react@0.37.3?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid",
5252
53-
"@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit?standalone&external=graphql",
54-
"graphql": "https://esm.sh/graphql@16.11.0",
53+
"@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit@0.11.3?standalone&external=graphql",
54+
"graphql": "https://esm.sh/graphql@16.13.2",
5555
"@emotion/is-prop-valid": "data:text/javascript,"
5656
}
5757
}

0 commit comments

Comments
 (0)