feat: show new work badge on archive project
All checks were successful
Docker / build-and-push-image (push) Successful in 1m28s

This commit is contained in:
Troy 2025-07-15 13:06:02 +01:00
parent add8db083e
commit 4e9ffa8771
Signed by: troy
GPG key ID: DFC06C02ED3B4711
11 changed files with 76 additions and 70 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.11",
"astro": "^5.11.0",
"astro": "^5.11.1",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.11",
@ -22,7 +22,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.13",
"@types/node": "^24.0.14",
"npm-check-updates": "^18.0.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
@ -2139,9 +2139,9 @@
}
},
"node_modules/@types/node": {
"version": "24.0.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz",
"integrity": "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==",
"version": "24.0.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz",
"integrity": "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
@ -2455,9 +2455,9 @@
}
},
"node_modules/astro": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz",
"integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==",
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz",
"integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",