Skip to content

Commit a84c553

Browse files
nightromanShane32
andauthored
Pin graphql-voyager to 1.3.0, fix #1152 (#1153)
Co-authored-by: Shane Krueger <[email protected]>
1 parent be01da8 commit a84c553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ui.Voyager/Internal/voyager.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
copy them directly into your environment, or perhaps include them in your
3232
favored resource bundler.
3333
-->
34-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/graphql-voyager/dist/voyager.css" />
35-
<script src="https://cdn.jsdelivr.net/npm/graphql-voyager/dist/voyager.min.js"></script>
34+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/graphql-voyager@1.3.0/dist/voyager.css" integrity="sha384-ttbHva9FGXoTKN/NPE2LU+rPFxgnwqXZNrPGqXArLYC/NsW9Gwl/yM1Rja1eSS27" crossorigin="anonymous" />
35+
<script src="https://cdn.jsdelivr.net/npm/graphql-voyager@1.3.0/dist/voyager.min.js" integrity="sha384-gaS7e2x5YAxD/0o0HqH+b+VP4TOPN9I+m2D55EvKnf2uboMEJrWJplEsCPtvjWsK" crossorigin="anonymous"></script>
3636
</head>
3737
<body>
3838
<div id="voyager">Loading...</div>

0 commit comments

Comments
 (0)