Skip to content

Commit

Permalink
Bump vega js versions for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Oct 24, 2024
1 parent bd4f77f commit 287ec8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ defmodule Tucan.MixProject do
before_closing_body_tag: fn
:html ->
"""
<script src="https://cdn.jsdelivr.net/npm/vega@5.26.1"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.16.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.24.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega@5.30.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.21.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.26.0"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
for (const codeEl of document.querySelectorAll("pre code.vega-lite")) {
Expand Down

0 comments on commit 287ec8a

Please sign in to comment.