mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-27 16:32:19 +02:00
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:
parent
cd515444a8
commit
12df09bd4b
@ -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
6
pnpm-lock.yaml
generated
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user