@@ -59,23 +59,23 @@ class GraphQLView(View):
59
59
graphiql_template = "graphene/graphiql.html"
60
60
61
61
# 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 ="
64
64
65
65
# 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 ="
69
69
70
70
# 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 ="
74
74
75
75
# The websocket transport library for subscriptions.
76
- subscriptions_transport_ws_version = "0.9.17 "
76
+ subscriptions_transport_ws_version = "0.9.18 "
77
77
subscriptions_transport_ws_sri = (
78
- "sha256-kCDzver8iRaIQ/SVlfrIwxaBQ/avXf9GQFJRLlErBnk ="
78
+ "sha256-i0hAXd4PdJ/cHX3/8tIy/Q/qKiWr5WSTxMFuL9tACkw ="
79
79
)
80
80
81
81
schema = None
0 commit comments