build: make web image dependencies reproducible
CI / backend-and-migrations (push) Canceled after 0s
CI / astro-build (push) Canceled after 0s
CI / compose-e2e (push) Canceled after 0s

This commit is contained in:
ik
2026-09-08 13:26:26 +07:00
parent 1f63f71600
commit 25114d18c4
6 changed files with 99 additions and 11 deletions
+4 -4
View File
@@ -15,13 +15,13 @@
"audit:lighthouse": "lighthouse http://127.0.0.1:4321 --quiet --chrome-flags='--headless --no-sandbox' --only-categories=performance,accessibility --output=json --output-path=./lighthouse-report.json"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/node": "^11.1.5",
"@playwright/test": "^1.55.0",
"astro": "^7.2.10",
"typescript": "^6.0.0"
"astro": "^7.2.10"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@playwright/test": "^1.55.0",
"typescript": "^6.0.0",
"@axe-core/playwright": "^4.13.0",
"@types/node": "^26.4.1",
"lighthouse": "^13.4.1"