Skip to content

Commit

Permalink
fix: #1632 update lodash version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 22, 2024
1 parent c0622fb commit 5d04910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/12_autocomplete_dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link href="../dist/jsoneditor.css" rel="stylesheet" type="text/css">
<script src="../dist/jsoneditor.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js"></script>

<style type="text/css">
#jsoneditor {
Expand Down
2 changes: 1 addition & 1 deletion examples/20_custom_css_style_for_nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">

<script
src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.20/lodash.min.js"
src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js"
integrity="sha512-90vH1Z83AJY9DmlWa8WkjkV79yfS2n2Oxhsi2dZbIv0nC4E6m5AbH8Nh156kkM7JePmqD6tcZsfad1ueoaovww=="
crossorigin="anonymous"
></script>
Expand Down

0 comments on commit 5d04910

Please sign in to comment.