@wdio/browser-runner 9.14.0 → 9.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +27 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browser-runner",
3
- "version": "9.14.0",
3
+ "version": "9.16.0",
4
4
  "description": "A WebdriverIO runner to run unit tests tests in the browser.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",
@@ -74,17 +74,16 @@
74
74
  "dependencies": {
75
75
  "@originjs/vite-plugin-commonjs": "^1.0.3",
76
76
  "@vitest/spy": "^2.0.4",
77
- "@wdio/globals": "9.14.0",
78
- "@wdio/local-runner": "9.14.0",
79
- "@wdio/logger": "9.4.4",
80
- "@wdio/mocha-framework": "9.14.0",
81
- "@wdio/protocols": "9.14.0",
82
- "@wdio/runner": "9.14.0",
83
- "@wdio/types": "9.14.0",
84
- "@wdio/utils": "9.14.0",
77
+ "@wdio/globals": "9.16.0",
78
+ "@wdio/local-runner": "9.16.0",
79
+ "@wdio/logger": "9.15.0",
80
+ "@wdio/mocha-framework": "9.16.0",
81
+ "@wdio/protocols": "9.16.0",
82
+ "@wdio/runner": "9.16.0",
83
+ "@wdio/types": "9.16.0",
84
+ "@wdio/utils": "9.16.0",
85
85
  "deepmerge-ts": "^7.0.3",
86
86
  "expect": "30.0.0-alpha.7",
87
- "expect-webdriverio": "^5.1.0",
88
87
  "get-port": "^7.1.0",
89
88
  "import-meta-resolve": "^4.0.0",
90
89
  "istanbul-lib-coverage": "^3.2.2",
@@ -98,9 +97,23 @@
98
97
  "source-map-support": "^0.5.21",
99
98
  "vite": "^5.4.10",
100
99
  "vite-plugin-istanbul": "^6.0.0",
101
- "vite-plugin-top-level-await": "^1.4.1",
102
- "webdriver": "9.14.0",
103
- "webdriverio": "9.14.0"
100
+ "vite-plugin-top-level-await": "^1.4.1"
101
+ },
102
+ "peerDependencies": {
103
+ "expect-webdriverio": "^5.3.2",
104
+ "webdriver": "workspace:*",
105
+ "webdriverio": "workspace:*"
106
+ },
107
+ "peerDependenciesMeta": {
108
+ "expect-webdriverio": {
109
+ "optional": false
110
+ },
111
+ "webdriver": {
112
+ "optional": false
113
+ },
114
+ "webdriverio": {
115
+ "optional": false
116
+ }
104
117
  },
105
118
  "devDependencies": {
106
119
  "@types/istanbul-lib-coverage": "^2.0.6",
@@ -119,5 +132,5 @@
119
132
  "publishConfig": {
120
133
  "access": "public"
121
134
  },
122
- "gitHead": "f8e62f63eb087a06556e8c85e042403da0e4485e"
135
+ "gitHead": "a4539d01aeee8ab9580a99321a235088d69bd17a"
123
136
  }