We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864b898 commit ef39a69Copy full SHA for ef39a69
common/templates/common_libs.html
@@ -17,10 +17,10 @@
17
return this;
18
};
19
</script>
20
-<script src="{{ cdn_url }}/npm/htmx.org@1.9.12/dist/htmx.min.js"></script>
21
-<script src="{{ cdn_url }}/npm/hyperscript.org@0.9.12"></script>
+<script src="{{ cdn_url }}/npm/htmx.org@2.0.4/dist/htmx.min.js"></script>
+<script src="{{ cdn_url }}/npm/hyperscript.org@0.9.13"></script>
22
<link rel="stylesheet"
23
- href="{{ cdn_url }}/npm/@picocss/pico@2/css/pico.min.css" />
+ href="{{ cdn_url }}/npm/@yohns/picocss@2.2.1/css/pico.min.css" />
24
<link href="{% sass_src 'scss/neodb.scss' %}"
25
rel="stylesheet"
26
type="text/css" />
0 commit comments