Skip to content

Commit

Permalink
Pin graphql-voyager to 1.3.0, fix #1152 (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Krueger <shane@acdmail.com>
  • Loading branch information
nightroman and Shane32 authored Oct 2, 2024
1 parent be01da8 commit a84c553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ui.Voyager/Internal/voyager.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
copy them directly into your environment, or perhaps include them in your
favored resource bundler.
-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/graphql-voyager/dist/voyager.css" />
<script src="https://cdn.jsdelivr.net/npm/graphql-voyager/dist/voyager.min.js"></script>
<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" />
<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>
</head>
<body>
<div id="voyager">Loading...</div>
Expand Down

0 comments on commit a84c553

Please sign in to comment.