Add Astro Tooltip and Modal, also bump version

This commit is contained in:
Korbs 2024-08-10 20:09:39 -04:00
parent 53dd7af267
commit 0bf467c3a4

View file

@ -1,6 +1,6 @@
{
"name": "minpluto",
"version": "2024.08.03",
"version": "24.08.10",
"description": "An open source frontend alternative to YouTube and Twitch.",
"repository": "https://ark.sudovanilla.org/MinPluto/MinPluto",
"author": "Korbs <korbs@sudovanilla.org>",
@ -36,14 +36,17 @@
"@astrojs/node": "^8.3.2",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
"@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^0.0.9-beta",
"@supabase/supabase-js": "^2.45.1",
"astro": "^4.13.2",
"@xexiu/astro-modal": "^0.5.9",
"astro": "^4.13.3",
"astro-analytics": "^2.7.0",
"astro-i18next": "^1.0.0-beta.21",
"astro-tooltips": "^0.6.2",
"astro-useragent": "^4.0.2",
"rss-to-json": "^2.1.1",
"undici": "^6.19.5"
"undici": "^6.19.7"
},
"devDependencies": {
"sass": "^1.77.8"