Skip to content

Commit d52b18a

Browse files
authored
update js version (#1189)
1 parent 998ed89 commit d52b18a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: graphene_django/views.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@ class GraphQLView(View):
5959
graphiql_template = "graphene/graphiql.html"
6060

6161
# Polyfill for window.fetch.
62-
whatwg_fetch_version = "3.2.0"
63-
whatwg_fetch_sri = "sha256-l6HCB9TT2v89oWbDdo2Z3j+PSVypKNLA/nqfzSbM8mo="
62+
whatwg_fetch_version = "3.6.2"
63+
whatwg_fetch_sri = "sha256-+pQdxwAcHJdQ3e/9S4RK6g8ZkwdMgFQuHvLuN5uyk5c="
6464

6565
# React and ReactDOM.
66-
react_version = "16.13.1"
67-
react_sri = "sha256-yUhvEmYVhZ/GGshIQKArLvySDSh6cdmdcIx0spR3UP4="
68-
react_dom_sri = "sha256-vFt3l+illeNlwThbDUdoPTqF81M8WNSZZZt3HEjsbSU="
66+
react_version = "17.0.2"
67+
react_sri = "sha256-Ipu/TQ50iCCVZBUsZyNJfxrDk0E2yhaEIz0vqI+kFG8="
68+
react_dom_sri = "sha256-nbMykgB6tsOFJ7OdVmPpdqMFVk4ZsqWocT6issAPUF0="
6969

7070
# The GraphiQL React app.
71-
graphiql_version = "1.0.3"
72-
graphiql_sri = "sha256-VR4buIDY9ZXSyCNFHFNik6uSe0MhigCzgN4u7moCOTk="
73-
graphiql_css_sri = "sha256-LwqxjyZgqXDYbpxQJ5zLQeNcf7WVNSJ+r8yp2rnWE/E="
71+
graphiql_version = "1.4.1"
72+
graphiql_sri = "sha256-JUMkXBQWZMfJ7fGEsTXalxVA10lzKOS9loXdLjwZKi4="
73+
graphiql_css_sri = "sha256-Md3vdR7PDzWyo/aGfsFVF4tvS5/eAUWuIsg9QHUusCY="
7474

7575
# The websocket transport library for subscriptions.
76-
subscriptions_transport_ws_version = "0.9.17"
76+
subscriptions_transport_ws_version = "0.9.18"
7777
subscriptions_transport_ws_sri = (
78-
"sha256-kCDzver8iRaIQ/SVlfrIwxaBQ/avXf9GQFJRLlErBnk="
78+
"sha256-i0hAXd4PdJ/cHX3/8tIy/Q/qKiWr5WSTxMFuL9tACkw="
7979
)
8080

8181
schema = None

0 commit comments

Comments
 (0)