Updated dependencies and added playwright

This commit is contained in:
Patrick Alvin Alcala 2025-08-26 11:53:11 +08:00
parent e36565b042
commit 1af1261220
2 changed files with 429 additions and 133 deletions

View file

@ -6,17 +6,20 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"test": "vitest"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.0",
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
"astro": "^5.12.4",
"astro-compressor": "^1.1.0",
"astro": "^5.13.3",
"astro-compressor": "^1.1.2",
"lightningcss": "^1.30.1",
"solid-js": "^1.9.7"
"solid-js": "^1.9.9"
},
"devDependencies": {
"sass-embedded": "^1.89.2"
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0",
"sass-embedded": "^1.91.0"
}
}
}