Skip to content

Commit

Permalink
Pin graphql-voyager to 1.3.0, fix #1152
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Oct 1, 2024
1 parent be01da8 commit 2b1dcbf
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" />
<script src="https://cdn.jsdelivr.net/npm/graphql-voyager@1.3.0/dist/voyager.min.js"></script>
</head>
<body>
<div id="voyager">Loading...</div>
Expand Down

0 comments on commit 2b1dcbf

Please sign in to comment.