Move playwright-common wait-on from devDependencies to dependencies (#33272)

as it is needed by the `playwright-screenshots.sh` script which is exposed to dependants
This commit is contained in:
Michael Telatynski
2026-04-23 08:51:39 +01:00
committed by GitHub
parent cd515444a8
commit 12df09bd4b
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -24,8 +24,7 @@
"devDependencies": {
"@element-hq/element-web-module-api": "workspace:*",
"@types/lodash-es": "^4.17.12",
"typescript": "^6.0.0",
"wait-on": "^9.0.4"
"typescript": "^6.0.0"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
@@ -35,6 +34,7 @@
"mailpit-api": "^1.2.0",
"strip-ansi": "^7.1.0",
"testcontainers": "^11.0.0",
"wait-on": "^9.0.4",
"yaml": "^2.7.0"
},
"peerDependencies": {