Skip to content

Commit

Permalink
Bump WebDriverIO (#3728)
Browse files Browse the repository at this point in the history
* Adding resolutions to specific packages with security vulnerabilities

* Remove

* Adding whitespace

* Revert

* Removing unused file

* Update nuget package

* Bumping wdio

* Updating yarn.lock

* Revert yarn.lock

* Bumping all wdio packages

* Updating ypackages

* Revert

* Change files
  • Loading branch information
samuelfreiberg committed Aug 22, 2024
1 parent ae39898 commit 5411411
Show file tree
Hide file tree
Showing 5 changed files with 1,193 additions and 818 deletions.
18 changes: 9 additions & 9 deletions apps/E2E/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"@rnx-kit/metro-config": "^1.3.1",
"@types/jasmine": "5.1.4",
"@types/react": "^18.2.0",
"@wdio/appium-service": "8.29.1",
"@wdio/cli": "8.35.1",
"@wdio/globals": "8.35.1",
"@wdio/jasmine-framework": "8.35.1",
"@wdio/json-reporter": "8.32.4",
"@wdio/local-runner": "8.35.1",
"@wdio/spec-reporter": "8.32.4",
"appium": "^2.5.1",
"@wdio/appium-service": "^8.40.0",
"@wdio/cli": "^8.40.0",
"@wdio/globals": "^8.40.0",
"@wdio/jasmine-framework": "^8.40.0",
"@wdio/json-reporter": "^8.40.0",
"@wdio/local-runner": "^8.40.0",
"@wdio/spec-reporter": "^8.40.0",
"appium": "^2.11.2",
"appium-mac2-driver": "^1.12.0",
"appium-uiautomator2-driver": "^3.0.5",
"appium-windows-driver": "^2.12.18",
Expand All @@ -55,7 +55,7 @@
"rimraf": "^5.0.1",
"ts-node": "^10.7.0",
"typescript": "4.9.4",
"webdriverio": "8.35.1"
"webdriverio": "^8.40.0"
},
"installConfig": {
"hoistingLimits": "dependencies"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Bumping all wdio packages",
"packageName": "@fluentui-react-native/e2e-testing",
"email": "safreibe@microsoft.com",
"dependentChangeType": "patch"
}
18 changes: 9 additions & 9 deletions tester_deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"devDependencies": {
"@types/jasmine": "5.1.4",
"@wdio/appium-service": "8.29.1",
"@wdio/cli": "8.35.1",
"@wdio/globals": "8.35.1",
"@wdio/jasmine-framework": "8.35.1",
"@wdio/json-reporter": "8.32.4",
"@wdio/local-runner": "8.35.1",
"@wdio/spec-reporter": "8.32.4",
"appium": "2.5.1",
"@wdio/appium-service": "^8.40.0",
"@wdio/cli": "^8.40.0",
"@wdio/globals": "^8.40.0",
"@wdio/jasmine-framework": "^8.40.0",
"@wdio/json-reporter": "^8.40.0",
"@wdio/local-runner": "^8.40.0",
"@wdio/spec-reporter": "^8.40.0",
"appium": "^2.11.2",
"appium-windows-driver": "^2.12.18",
"ts-node": "^10.7.0",
"typescript": "^4.9.4",
"webdriverio": "8.35.1"
"webdriverio": "^8.40.0"
},
"resolutions": {
"@appium/types": "0.9.1",
Expand Down
Loading

0 comments on commit 5411411

Please sign in to comment.