Skip to content

Commit a30b117

Browse files
authored
Merge pull request #861 from MITLibraries/pin-graphiql-playground-version
Pin CDN version of GraphiQL to 3.x
2 parents 1eb24b9 + 71f6cf5 commit a30b117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/playground.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
copy them directly into your environment, or perhaps include them in your
5353
favored resource bundler.
5454
-->
55-
<link rel="stylesheet" href="https://unpkg.com/graphiql/graphiql.min.css" />
55+
<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
5656
</head>
5757

5858
<body>
5959
<div id="graphiql">Loading...</div>
60-
<script src="https://unpkg.com/graphiql/graphiql.min.js" type="application/javascript"></script>
60+
<script src="https://unpkg.com/graphiql@3/graphiql.min.js" type="application/javascript"></script>
6161
<script>
6262
/**
6363
* This GraphiQL example illustrates how to use some of GraphiQL's props

0 commit comments

Comments
 (0)