feat: social icons
All checks were successful
Node.js CI / Lint and Test (push) Successful in 53s

This commit is contained in:
2025-02-16 17:31:46 -08:00
parent 05a7784433
commit 9b730e740e
3 changed files with 1524 additions and 1582 deletions

View File

@ -13,12 +13,12 @@
"test": "echo 'No tests yet!' && exit 0"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.26.1",
"astro": "^4.14.5",
"typescript": "^5.5.4"
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.32.0",
"astro": "^5.3.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"cspell": "8.17.0"
"cspell": "8.17.3"
}
}