feat: include overall uni grade on about
All checks were successful
Docker / build-and-push-image (push) Successful in 59s

This commit is contained in:
Troy 2025-06-24 17:09:28 +01:00
parent c1826e1d6b
commit 5c32eca77a
Signed by: troy
GPG key ID: DFC06C02ED3B4711
5 changed files with 22 additions and 16 deletions

16
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.10.0",
"astro": "^5.10.1",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.10",
@ -24,7 +24,7 @@
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.3",
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3",
"prettier": "^3.6.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13"
}
@ -2455,9 +2455,9 @@
}
},
"node_modules/astro": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz",
"integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==",
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz",
"integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
@ -6545,9 +6545,9 @@
}
},
"node_modules/prettier": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz",
"integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==",
"devOptional": true,
"license": "MIT",
"bin": {