Skip to content

Commit ba5a676

Browse files
committed
rectified versions
1 parent 7b05a65 commit ba5a676

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

browserstack-load.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ files:
4242
dependencies:
4343
- ./package.json
4444
testConfigs:
45-
- path/to/playwright.config.ts
45+
- ./playwright.config.js

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@playwright/test": "latest",
15-
"browserstack-node-sdk": "latest"
14+
"@playwright/test": "1.54.1",
15+
"browserstack-node-sdk": "1.40.6"
1616
}
1717
}

0 commit comments

Comments
 (0)