1
Fork 0
This commit is contained in:
Korbs 2024-09-07 20:33:13 -04:00
parent b29039f07b
commit e0097006ff
4 changed files with 150 additions and 98 deletions

View file

@ -32,24 +32,24 @@
"build": "astro build --config ./source/astro.js"
},
"dependencies": {
"@astrojs/mdx": "^3.1.3",
"@astrojs/node": "^8.3.2",
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
"@iconoir/vue": "^7.9.0",
"@minpluto/zorn": "^0.4.5",
"@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^0.0.9-beta",
"@supabase/supabase-js": "^2.45.1",
"@openpanel/sdk": "^1.0.0",
"@supabase/supabase-js": "^2.45.3",
"@xexiu/astro-modal": "^0.5.9",
"astro": "^4.13.3",
"astro": "^4.15.4",
"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.7"
"undici": "^6.19.8"
},
"devDependencies": {
"sass": "^1.77.8"
"sass": "^1.78.0"
}
}