Add Astro Tooltip and Modal, also bump version
This commit is contained in:
parent
53dd7af267
commit
0bf467c3a4
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minpluto",
|
"name": "minpluto",
|
||||||
"version": "2024.08.03",
|
"version": "24.08.10",
|
||||||
"description": "An open source frontend alternative to YouTube and Twitch.",
|
"description": "An open source frontend alternative to YouTube and Twitch.",
|
||||||
"repository": "https://ark.sudovanilla.org/MinPluto/MinPluto",
|
"repository": "https://ark.sudovanilla.org/MinPluto/MinPluto",
|
||||||
"author": "Korbs <korbs@sudovanilla.org>",
|
"author": "Korbs <korbs@sudovanilla.org>",
|
||||||
|
@ -36,14 +36,17 @@
|
||||||
"@astrojs/node": "^8.3.2",
|
"@astrojs/node": "^8.3.2",
|
||||||
"@astrojs/vue": "^4.5.0",
|
"@astrojs/vue": "^4.5.0",
|
||||||
"@iconoir/vue": "^7.8.0",
|
"@iconoir/vue": "^7.8.0",
|
||||||
|
"@nurodev/astro-bun": "^1.1.5",
|
||||||
"@openpanel/sdk": "^0.0.9-beta",
|
"@openpanel/sdk": "^0.0.9-beta",
|
||||||
"@supabase/supabase-js": "^2.45.1",
|
"@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-analytics": "^2.7.0",
|
||||||
"astro-i18next": "^1.0.0-beta.21",
|
"astro-i18next": "^1.0.0-beta.21",
|
||||||
|
"astro-tooltips": "^0.6.2",
|
||||||
"astro-useragent": "^4.0.2",
|
"astro-useragent": "^4.0.2",
|
||||||
"rss-to-json": "^2.1.1",
|
"rss-to-json": "^2.1.1",
|
||||||
"undici": "^6.19.5"
|
"undici": "^6.19.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"sass": "^1.77.8"
|
"sass": "^1.77.8"
|
||||||
|
|
Reference in a new issue