build: update telegram api and composer deps (#82)

* build: update composer dependencies (#82)
* feat(spa): upgrade telegram web app version (#82)
This commit is contained in:
2026-03-15 14:42:39 +03:00
committed by GitHub
parent f894d33c46
commit 0b786c832f
2 changed files with 57 additions and 52 deletions

View File

@@ -9,7 +9,7 @@
<body>
<div id="app"></div>
<div id="app-error"></div>
<script src="https://telegram.org/js/telegram-web-app.js?59"></script>
<script src="https://telegram.org/js/telegram-web-app.js?61"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>