upgrade astro

This commit is contained in:
2024-08-24 01:34:16 -05:00
parent 0f5fc27371
commit 92d4be91df
3 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -13,7 +13,7 @@
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@directus/sdk": "^17.0.0",
"astro": "^4.14.2",
"astro": "^4.14.5",
"typescript": "^5.5.4"
}
}