This commit is contained in:
Patrick Alvin Alcala 2026-03-18 15:18:20 +08:00
parent e72c539733
commit 8197905483
2 changed files with 475 additions and 207 deletions

View file

@ -9,13 +9,13 @@
"dependencies": {
"@astrojs/solid-js": "^5.1.3",
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
"astro": "^5.13.8",
"astro-compressor": "^1.1.2",
"astro-purgecss": "^5.3.0",
"astro": "^5.18.1",
"astro-compressor": "^1.3.0",
"astro-purgecss": "^5.5.0",
"consola": "^3.4.2",
"gsap": "^3.13.0",
"lightningcss": "^1.30.1",
"nanostores": "^1.0.1",
"lightningcss": "^1.32.0",
"nanostores": "^1.2.0",
"purgecss": "^7.0.2",
"sharp": "^0.34.4",
"solid-icons": "^1.1.0",
@ -24,8 +24,8 @@
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@types/node": "^24.12.0",
"@types/yargs": "^17.0.35",
"sass-embedded": "^1.92.1"
"sass-embedded": "^1.98.0"
}
}