chore: upgrade project dependencies to latest compatible versions across all modules

This commit is contained in:
2025-01-27 18:27:26 +00:00
parent 7d80c21a07
commit 13389e63db
17 changed files with 490 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<html>
<head>
<title>Dreamii</title>
<style>{{highlight_styles}}</style>
</head>
<body>
<main>
<header>
<h1>Dreamii</h1>
</header>
<article>
{% block content %}{% endblock %}
</article>
</main>
</body>
</html>