Skip to content

Commit

Permalink
chore(deps): update dependency codemirror to v5.65.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent f9b03c7 commit 937b690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bare.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- See index.html for how to fully update CodeMirror versions
In particular, also update the referenced JavaScript file way below.
-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.60.0/codemirror.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/codemirror.min.css">
<link rel="stylesheet" href="codemirror/theme/dracula.css">
<link rel="stylesheet" href="codemirror/addon/hint/show-hint.css">
<style>
Expand All @@ -44,7 +44,7 @@
<!-- See index.html for how to fully update CodeMirror versions
In particular, also update the referenced CSS file way above.
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.60.0/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/codemirror.min.js"></script>
<script src="codemirror/addon/hint/show-hint.js"></script>

<script src="codemirror/addon/mode/advanced.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- See index.html for how to fully update CodeMirror versions
In particular, also update the referenced JavaScript file way below.
-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.60.0/codemirror.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/codemirror.min.css">
<link rel="stylesheet" href="codemirror/theme/dracula.css">
<link rel="stylesheet" href="codemirror/addon/hint/show-hint.css">

Expand Down Expand Up @@ -65,7 +65,7 @@ <h2>Abbreviation Search (forward & reverse lookup)</h2>
<!-- See index.html for how to fully update CodeMirror versions
In particular, also update the referenced CSS file way above.
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.60.0/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/codemirror.min.js"></script>
<script src="codemirror/addon/hint/show-hint.js"></script>

<script src="codemirror/addon/mode/advanced.js"></script>
Expand Down

0 comments on commit 937b690

Please sign in to comment.