-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 766 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "dependency-bom",
"version": "1.0.0",
"dependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@sventschui/webdriverio-testing-library": "4.0.1",
"@wdio/allure-reporter": "^9.27.0",
"@wdio/cli": "9.27.0",
"@wdio/dot-reporter": "9.27.0",
"@wdio/junit-reporter": "9.27.0",
"@wdio/local-runner": "9.27.0",
"@wdio/mocha-framework": "9.27.0",
"allure-commandline": "^2.38.1",
"core-js": "^3.49.0",
"geckodriver": "^6.1.0",
"global-jsdom": "^29.0.0",
"jsdom": "29.0.2",
"npm-check-updates": "21.0.3",
"wdio-html-nice-reporter": "8.1.7",
"wdio-timeline-reporter": "^5.1.4",
"webdriverio": "^9.27.0"
}
}