build: make web image dependencies reproducible
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user