File tree 2 files changed +4
-4
lines changed
lib/absinthe/plug/graphiql 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ defmodule Absinthe.Plug.GraphiQL.Assets do
30
30
{ "dist/fonts/glyphicons-halflings-regular.svg" , "fonts/glyphicons-halflings-regular.svg" } ,
31
31
{ "dist/css/bootstrap.min.css" , "css/bootstrap.css" } ,
32
32
] } ,
33
- { "graphiql" , "0.11.10 " , [
33
+ { "graphiql" , "0.11.11 " , [
34
34
"graphiql.css" ,
35
35
{ "graphiql.min.js" , "graphiql.js" } ,
36
36
] } ,
37
- { "graphiql-workspace" , "1.1.4 " , [
37
+ { "@mmrobins/ graphiql-workspace" , "1.1.5 " , [
38
38
"graphiql-workspace.css" ,
39
39
{ "graphiql-workspace.min.js" , "graphiql-workspace.js" }
40
40
] } ,
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ add "&raw" to the end of the URL within a browser.
15
15
16
16
< link rel = "stylesheet " media = "screen " href = "<%= assets[ " bootstrap /css /bootstrap.css "] % > ">
17
17
< link rel = "stylesheet " media = "screen " href = "<%= assets[ " graphiql /graphiql.css "] % > ">
18
- < link rel = "stylesheet " media = "screen " href = "<%= assets[ " graphiql-workspace /graphiql-workspace.css "] % > ">
18
+ < link rel = "stylesheet " media = "screen " href = "<%= assets[ " @mmrobins / graphiql-workspace /graphiql-workspace.css "] % > ">
19
19
</ head >
20
20
< body >
21
21
< div id = "root " class = "graphiql-workspace " > </ div >
22
22
< script src = "<%= assets[ " react /react.js "] % > "> </ script >
23
23
< script src = "<%= assets[ " react-dom /react-dom.js "] % > "> </ script >
24
- < script src = "<%= assets[ " graphiql-workspace /graphiql-workspace.js "] % > "> </ script >
24
+ < script src = "<%= assets[ " @mmrobins / graphiql-workspace /graphiql-workspace.js "] % > "> </ script >
25
25
< script src = "<%= assets[ " @absinthe /socket-graphiql /socket-graphiql.js "] % > "> </ script >
26
26
< script type = "text/javascript " >
27
27
function absintheSubscriptionsClientBuilder(url, connectionParams) {
You can’t perform that action at this time.
0 commit comments