Skip to content

Commit d18cab8

Browse files
kiendangfiraskafri
authored andcommitted
Update graphiql to 1.4.7
1 parent daa0ab0 commit d18cab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphene_django/views.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ class GraphQLView(View):
6666
react_dom_sri = "sha256-nbMykgB6tsOFJ7OdVmPpdqMFVk4ZsqWocT6issAPUF0="
6767

6868
# The GraphiQL React app.
69-
graphiql_version = "1.4.1" # "1.0.3"
70-
graphiql_sri = "sha256-JUMkXBQWZMfJ7fGEsTXalxVA10lzKOS9loXdLjwZKi4=" # "sha256-VR4buIDY9ZXSyCNFHFNik6uSe0MhigCzgN4u7moCOTk="
71-
graphiql_css_sri = "sha256-Md3vdR7PDzWyo/aGfsFVF4tvS5/eAUWuIsg9QHUusCY=" # "sha256-LwqxjyZgqXDYbpxQJ5zLQeNcf7WVNSJ+r8yp2rnWE/E="
69+
graphiql_version = "1.4.7" # "1.0.3"
70+
graphiql_sri = "sha256-cpZ8w9D/i6XdEbY/Eu7yAXeYzReVw0mxYd7OU3gUcsc=" # "sha256-VR4buIDY9ZXSyCNFHFNik6uSe0MhigCzgN4u7moCOTk="
71+
graphiql_css_sri = "sha256-HADQowUuFum02+Ckkv5Yu5ygRoLllHZqg0TFZXY7NHI=" # "sha256-LwqxjyZgqXDYbpxQJ5zLQeNcf7WVNSJ+r8yp2rnWE/E="
7272

7373
# The websocket transport library for subscriptions.
7474
subscriptions_transport_ws_version = "0.9.18"

0 commit comments

Comments
 (0)