Skip to content

Commit

Permalink
Merge pull request #297 from fuww/update-graphiql
Browse files Browse the repository at this point in the history
Update GraphiQL to 3.8.3
  • Loading branch information
benwilson512 authored Mar 4, 2025
2 parents 307c8bb + 796178e commit 5de21da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/absinthe/plug/graphiql/assets.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Absinthe.Plug.GraphiQL.Assets do
remote_source: "https://cdn.jsdelivr.net/npm/:package@:version/:file"
]

@react_version "15.6.1"
@react_version "16.8.6"

@assets [
{"whatwg-fetch", "2.0.3",
Expand All @@ -20,11 +20,11 @@ defmodule Absinthe.Plug.GraphiQL.Assets do
]},
{"react", @react_version,
[
{"dist/react.min.js", "react.js"}
{"umd/react.production.min.js", "react.js"}
]},
{"react-dom", @react_version,
[
{"dist/react-dom.min.js", "react-dom.js"}
{"umd/react-dom.production.min.js", "react-dom.js"}
]},
{"bootstrap", "3.3.7",
[
Expand All @@ -35,7 +35,7 @@ defmodule Absinthe.Plug.GraphiQL.Assets do
{"dist/fonts/glyphicons-halflings-regular.svg", "fonts/glyphicons-halflings-regular.svg"},
{"dist/css/bootstrap.min.css", "css/bootstrap.css"}
]},
{"graphiql", "0.11.10",
{"graphiql", "3.8.3",
[
"graphiql.css",
{"graphiql.min.js", "graphiql.js"}
Expand Down

0 comments on commit 5de21da

Please sign in to comment.