Updated deps

This commit is contained in:
DrMint 2024-03-11 22:23:25 +01:00
parent fcd3ab4b96
commit 2f9e9a4912
3 changed files with 3 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -20,12 +20,12 @@
"node": ">=19.7.0"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/check": "^0.5.7",
"@astrojs/node": "^8.2.3",
"@fontsource-variable/murecho": "^5.0.18",
"@fontsource-variable/vollkorn": "^5.0.20",
"accept-language": "^3.0.18",
"astro": "4.4.15",
"astro": "4.5.1",
"astro-icon": "^1.1.0",
"node-cache": "^5.1.2",
"tippy.js": "^6.3.7",

View File

@ -30,6 +30,7 @@ const { currentLang, getPartialUrl, availableLanguages } = Astro.props;
</div>
</Tooltip>
<p class="high-contrast-text">
{/* TODO: Translate this wording */}
This content is available is {availableLanguages.length} languages.
</p>
</div>