Skip to content

Commit 623d0f2

Browse files
authored
update js version (#1188)
1 parent 608af57 commit 623d0f2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

graphene_django/views.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,23 @@ class GraphQLView(View):
5858
graphiql_template = "graphene/graphiql.html"
5959

6060
# Polyfill for window.fetch.
61-
whatwg_fetch_version = "3.2.0"
62-
whatwg_fetch_sri = "sha256-l6HCB9TT2v89oWbDdo2Z3j+PSVypKNLA/nqfzSbM8mo="
61+
whatwg_fetch_version = "3.6.2"
62+
whatwg_fetch_sri = "sha256-+pQdxwAcHJdQ3e/9S4RK6g8ZkwdMgFQuHvLuN5uyk5c="
6363

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

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

7474
# The websocket transport library for subscriptions.
75-
subscriptions_transport_ws_version = "0.9.17"
75+
subscriptions_transport_ws_version = "0.9.18"
7676
subscriptions_transport_ws_sri = (
77-
"sha256-kCDzver8iRaIQ/SVlfrIwxaBQ/avXf9GQFJRLlErBnk="
77+
"sha256-i0hAXd4PdJ/cHX3/8tIy/Q/qKiWr5WSTxMFuL9tACkw="
7878
)
7979

8080
schema = None

0 commit comments

Comments
 (0)