48 строки
1.8 KiB
JSON
48 строки
1.8 KiB
JSON
{
|
|
"name": "furn-tester-deps",
|
|
"version": "1.0.0",
|
|
"description": "This package contains all dependencies needed to run FURNs automated testing framework. This includes WebDriverIO + Appium dependencies.",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "fluentui-scripts build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
|
"directory": "tester_deps"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jasmine": "5.1.4",
|
|
"@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.40.0"
|
|
},
|
|
"resolutions": {
|
|
"@appium/types": "0.9.1",
|
|
"axios": "^1.7.4",
|
|
"express": "^4.19.2",
|
|
"semver": "^7.5.2",
|
|
"ws": "^8.17.1",
|
|
"xml2js": "^0.5.0",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"resolutions.justifications": {
|
|
"axios": "Patching security issue",
|
|
"express": "Patching security issue",
|
|
"wdio-json-reporter/jest-matchers/jest-message-util/micromatch/parse-glob/glob-base/glob-parent": "There is a security risk associated with this package version (it's a very outdated packaged, 2.0.0). Therefore, we are forcing an upgrade to the patched version.",
|
|
"wdio-json-reporter/jest-matchers/jest-message-util/micromatch/braces": " There is a security risk associated with this package version (it's a very outdated packaged, 1.8.2). Therefore, we are forcing an upgrade to the patched version.",
|
|
"ws": "Patching security issue"
|
|
},
|
|
"packageManager": "yarn@4.1.1"
|
|
}
|