Update AstroJS and Sass

This commit is contained in:
Korbs 2025-03-13 20:59:16 -04:00
parent 0a4b136d4c
commit f8bfd97a1e
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
2 changed files with 48 additions and 98 deletions

View file

@ -1,16 +1,16 @@
{
"name": "glee-mirror",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.3.0"
"astro": "^5.5.2"
},
"devDependencies": {
"sass": "^1.85.0"
"sass": "^1.85.1"
}
}