@wdio/browser-runner 9.19.0 → 9.19.2
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.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browser-runner",
|
|
3
|
-
"version": "9.19.
|
|
3
|
+
"version": "9.19.2",
|
|
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",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
76
76
|
"@vitest/spy": "^2.0.4",
|
|
77
77
|
"@wdio/globals": "9.17.0",
|
|
78
|
-
"@wdio/local-runner": "9.19.
|
|
78
|
+
"@wdio/local-runner": "9.19.2",
|
|
79
79
|
"@wdio/logger": "9.18.0",
|
|
80
|
-
"@wdio/mocha-framework": "9.19.
|
|
80
|
+
"@wdio/mocha-framework": "9.19.2",
|
|
81
81
|
"@wdio/protocols": "9.16.2",
|
|
82
|
-
"@wdio/runner": "9.19.
|
|
83
|
-
"@wdio/types": "9.19.
|
|
84
|
-
"@wdio/utils": "9.19.
|
|
82
|
+
"@wdio/runner": "9.19.2",
|
|
83
|
+
"@wdio/types": "9.19.2",
|
|
84
|
+
"@wdio/utils": "9.19.2",
|
|
85
85
|
"deepmerge-ts": "^7.0.3",
|
|
86
86
|
"expect": "30.0.4",
|
|
87
87
|
"get-port": "^7.1.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"esbuild": "^0.25.0",
|
|
125
125
|
"geckodriver": "^5.0.0",
|
|
126
126
|
"mocha": "^10.7.3",
|
|
127
|
-
"webdriverio": "9.19.
|
|
127
|
+
"webdriverio": "9.19.2"
|
|
128
128
|
},
|
|
129
129
|
"optionalDependencies": {
|
|
130
130
|
"@nuxt/kit": "^3.12.4",
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"publishConfig": {
|
|
135
135
|
"access": "public"
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "4ca46771777a0ef20bfd911fbd0da0904059fd9e"
|
|
138
138
|
}
|