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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

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": {

6
pnpm-lock.yaml generated
View File

@ -985,6 +985,9 @@ importers:
testcontainers:
specifier: ^11.0.0
version: 11.14.0
wait-on:
specifier: ^9.0.4
version: 9.0.5
yaml:
specifier: ^2.7.0
version: 2.8.3
@ -998,9 +1001,6 @@ importers:
typescript:
specifier: ^6.0.0
version: 6.0.3
wait-on:
specifier: ^9.0.4
version: 9.0.5
packages/shared-components:
dependencies: