File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
44from aiohttp import web
55
6-
7- GRAPHIQL_VERSION = "0.11.10"
6+ GRAPHIQL_VERSION = "0.17.5"
87
98TEMPLATE = """<!--
109The request to this GraphQL server provided the header "Accept: text/html"
2625 </style>
2726 <meta name="referrer" content="no-referrer">
2827 <link href="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.css" rel="stylesheet" />
29- <script src="//cdn.jsdelivr.net/gh/github/fetch@2 .0.3 /fetch.min.js"></script>
30- <script src="//cdn.jsdelivr.net/npm/react@16.2 .0/umd/react.production.min.js"></script>
31- <script src="//cdn.jsdelivr.net/npm/react-dom@16.2 .0/umd/react-dom.production.min.js"></script>
28+ <script src="//cdn.jsdelivr.net/gh/github/fetch@3 .0.0 /fetch.min.js"></script>
29+ <script src="//cdn.jsdelivr.net/npm/react@16.12 .0/umd/react.production.min.js"></script>
30+ <script src="//cdn.jsdelivr.net/npm/react-dom@16.12 .0/umd/react-dom.production.min.js"></script>
3231 <script src="//cdn.jsdelivr.net/npm/graphiql@{{graphiql_version}}/graphiql.min.js"></script>
3332</head>
3433<body>
You can’t perform that action at this time.
0 commit comments