Skip to content

Commit

Permalink
🐛 Fix dependencies (#269)
Browse files Browse the repository at this point in the history
This fixes a small bug in the DDVis javascript that is due to a
third-party update somewhere (probably with `wasm`).
The error was reproducible locally and fixed by this PR.
  • Loading branch information
burgholzer authored Jun 30, 2024
1 parent b735710 commit f9e5a07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@
</script>
<script src="https://d3js.org/d3.v7.min.js"></script>
<script
src="https://unpkg.com/@hpcc-js/wasm/dist/graphviz.umd.js"
src="https://unpkg.com/@hpcc-js/wasm@2.16.2/dist/graphviz.umd.js"
type="javascript/worker"
></script>
<script src="https://unpkg.com/[email protected]/build/d3-graphviz.js"></script>

<script src="https://unpkg.com/[email protected]/build/d3-graphviz.js"></script>
<script src="./javascripts/highlighting.js"></script>
<script src="./javascripts/algo_area.js"></script>
<script src="./javascripts/main.js"></script>
Expand Down

0 comments on commit f9e5a07

Please sign in to comment.