File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,21 +76,21 @@ const html = baseEndpoint => `
76
76
favored resource bundler.
77
77
-->
78
78
<script
79
- src="https://unpkg.com/graphiql/graphiql.min.js"
79
+ src="https://unpkg.com/graphiql@4.1.2 /graphiql.min.js"
80
80
type="application/javascript"
81
81
></script>
82
- <link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
82
+ <link rel="stylesheet" href="https://unpkg.com/graphiql@4.1.2 /graphiql.min.css" />
83
83
<!--
84
84
These are imports for the GraphIQL Explorer plugin.
85
85
-->
86
86
<script
87
- src="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"
87
+ src="https://unpkg.com/@graphiql/plugin-explorer@4.0.6 /dist/index.umd.js"
88
88
crossorigin
89
89
></script>
90
90
91
91
<link
92
92
rel="stylesheet"
93
- href="https://unpkg.com/@graphiql/plugin-explorer/dist/style.css"
93
+ href="https://unpkg.com/@graphiql/plugin-explorer@4.0.6 /dist/style.css"
94
94
/>
95
95
</head>
96
96
You can’t perform that action at this time.
0 commit comments