fix: correct wording regarding degree
All checks were successful
Docker / build-and-push-image (push) Successful in 2m30s

This commit is contained in:
Troy 2025-07-13 11:37:40 +01:00
parent 42d09aa9f0
commit add8db083e
Signed by: troy
GPG key ID: DFC06C02ED3B4711
6 changed files with 47 additions and 28 deletions

View file

@ -17,7 +17,7 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.10.2",
"astro": "^5.11.0",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.11",
@ -26,10 +26,10 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.10",
"@types/node": "^24.0.13",
"npm-check-updates": "^18.0.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13"
"prettier-plugin-tailwindcss": "^0.6.14"
}
}