Skip to content

Commit

Permalink
morphdom: update to latest (2.7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 10, 2024
1 parent 62f02ef commit 51566e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema/src/Ema/Server/WebSocket/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wsClientJS :: LByteString
wsClientJS =
encodeUtf8
[text|
<script type="module" src="https://cdn.jsdelivr.net/npm/morphdom@2.6.1/dist/morphdom-umd.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/morphdom@2.7.2/dist/morphdom-umd.min.js"></script>

<script type="module">
${wsClientJSShim}
Expand Down

0 comments on commit 51566e4

Please sign in to comment.