Skip to content

Commit b8c0594

Browse files
committed
update: revert package version bump
1 parent 9761ef5 commit b8c0594

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

conf/local-test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const localConfig = {
55
services: [
66
[
77
'browserstack',
8-
{ browserstackLocal: true, buildIdentifier: '#${BUILD_NUMBER}', opts: { forcelocal: true } },
8+
{ browserstackLocal: true, buildIdentifier: '#${BUILD_NUMBER}', opts: { forcelocal: false } },
99
],
1010
],
1111
capabilities: [

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
},
2323
"homepage": "https://github.com/browserstack/webdriverio-browserstack#readme",
2424
"dependencies": {
25-
"@wdio/cli": "^7.30.2",
25+
"@wdio/cli": "^7",
2626
"chai": "^4.3.6",
27-
"webdriverio": "^7.30.2"
27+
"webdriverio": "^7"
2828
},
2929
"devDependencies": {
30-
"@wdio/browserstack-service": "^7.30.2",
31-
"@wdio/local-runner": "^7.30.2",
32-
"@wdio/mocha-framework": "^7.30.2"
30+
"@wdio/browserstack-service": "^7",
31+
"@wdio/local-runner": "^7",
32+
"@wdio/mocha-framework": "^7"
3333
}
3434
}

0 commit comments

Comments
 (0)