update images

This commit is contained in:
2025-03-14 16:51:34 -05:00
parent e56b3a001e
commit fc42f31fb0
4 changed files with 471 additions and 1234 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.2",
"version": "0.6.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -11,9 +11,9 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@directus/sdk": "^18.0.0",
"astro": "^5.1.4",
"typescript": "^5.7.3"
"@astrojs/node": "^9.1.3",
"@directus/sdk": "^19.0.0",
"astro": "^5.5.2",
"typescript": "^5.8.2"
}
}