Skip to content

Commit

Permalink
bump vega versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Dec 30, 2023
1 parent 8ebce57 commit bf5b8c7
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 @@ -118,9 +118,9 @@ defmodule Tucan.MixProject do
before_closing_body_tag: fn
:html ->
"""
<script src="https://cdn.jsdelivr.net/npm/vega@5.25.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.12.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.22.2"></script>
<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>
document.addEventListener("DOMContentLoaded", function () {
for (const codeEl of document.querySelectorAll("pre code.vega-lite")) {
Expand Down

0 comments on commit bf5b8c7

Please sign in to comment.